Skip to content

Commit

Permalink
python312Packages.scmrepo: 3.3.8 -> 3.3.9 (NixOS#359186)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 26, 2024
2 parents 290ff19 + 771d0b7 commit d3fcf54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/scmrepo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@

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

disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "iterative";
repo = "scmrepo";
rev = "refs/tags/${version}";
hash = "sha256-8fx4yZcdOb32x5eo04ixpMe3Mh21LwqzNKVRVEnjfQo=";
hash = "sha256-HrJraiETYC7U2IB9ykjGUOg3khA4lBIH18r7btvXRH8=";
};

build-system = [
Expand Down

0 comments on commit d3fcf54

Please sign in to comment.