Skip to content

Commit

Permalink
python312Packages.scmrepo: 3.3.8 -> 3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 26, 2024
1 parent 504e3ec commit 521ad72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/scmrepo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

buildPythonPackage rec {
pname = "scmrepo";
version = "3.3.8";
version = "3.3.9";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "scmrepo";
rev = "refs/tags/${version}";
hash = "sha256-8fx4yZcdOb32x5eo04ixpMe3Mh21LwqzNKVRVEnjfQo=";
hash = "sha256-HrJraiETYC7U2IB9ykjGUOg3khA4lBIH18r7btvXRH8=";
};

build-system = [
Expand Down

0 comments on commit 521ad72

Please sign in to comment.