We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504e3ec commit 521ad72Copy full SHA for 521ad72
pkgs/development/python-modules/scmrepo/default.nix
@@ -20,7 +20,7 @@
20
21
buildPythonPackage rec {
22
pname = "scmrepo";
23
- version = "3.3.8";
+ version = "3.3.9";
24
pyproject = true;
25
26
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
29
owner = "iterative";
30
repo = "scmrepo";
31
rev = "refs/tags/${version}";
32
- hash = "sha256-8fx4yZcdOb32x5eo04ixpMe3Mh21LwqzNKVRVEnjfQo=";
+ hash = "sha256-HrJraiETYC7U2IB9ykjGUOg3khA4lBIH18r7btvXRH8=";
33
};
34
35
build-system = [
0 commit comments