Skip to content

Commit d3fcf54

Browse files
authored
python312Packages.scmrepo: 3.3.8 -> 3.3.9 (#359186)
2 parents 290ff19 + 771d0b7 commit d3fcf54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/scmrepo/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020

2121
buildPythonPackage rec {
2222
pname = "scmrepo";
23-
version = "3.3.8";
23+
version = "3.3.9";
2424
pyproject = true;
2525

26-
disabled = pythonOlder "3.7";
26+
disabled = pythonOlder "3.9";
2727

2828
src = fetchFromGitHub {
2929
owner = "iterative";
3030
repo = "scmrepo";
3131
rev = "refs/tags/${version}";
32-
hash = "sha256-8fx4yZcdOb32x5eo04ixpMe3Mh21LwqzNKVRVEnjfQo=";
32+
hash = "sha256-HrJraiETYC7U2IB9ykjGUOg3khA4lBIH18r7btvXRH8=";
3333
};
3434

3535
build-system = [

0 commit comments

Comments
 (0)