3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.scmrepo: 0.1.3 -> 0.1.4

Changelog: https://github.com/iterative/scmrepo/releases/tag/0.1.4
This commit is contained in:
Fabian Affolter 2022-12-01 18:01:38 +01:00
parent 87adfff3cf
commit eacec3f905

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "scmrepo";
version = "0.1.3";
version = "0.1.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-YivsP5c0fnpm/0VCFfyH054LYAQbyEdH+wZTRxsCAY4=";
hash = "sha256-E9uQ8EMLncF9nkOBl1rQLt6I2wEhtv4Z1I1IpCYgorg=";
};
postPatch = ''