Skip to content

Commit

Permalink
python312Packages.pins: 0.8.6 -> 0.8.7 (NixOS#366666)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 20, 2024
2 parents 06a68d8 + 01a0b3d commit 81eb542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

buildPythonPackage rec {
pname = "pins";
version = "0.8.6";
version = "0.8.7";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "rstudio";
repo = "pins-python";
rev = "refs/tags/v${version}";
hash = "sha256-TRwdd0vxqXZgongjooJG5rzTnopUsjfl2I8z3nBocdg=";
hash = "sha256-79TVAfr872Twc7D2iej51jiKNwZ9ESOa66ItNDmyfFM=";
};

build-system = [
Expand Down

0 comments on commit 81eb542

Please sign in to comment.