python310Packages.scmrepo: 0.1.6 -> 0.1.7

Diff: https://github.com/iterative/scmrepo/compare/refs/tags/0.1.6...0.1.7

Changelog: https://github.com/iterative/scmrepo/releases/tag/0.1.7
This commit is contained in:
Fabian Affolter 2023-01-18 23:28:56 +01:00
parent 8625a430bd
commit bcbdc21e39

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "scmrepo";
version = "0.1.6";
version = "0.1.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-qSD8FsaJ0wZ8h0mO6qge3Q5fKIbMrONvJraprKVoNDE=";
hash = "sha256-F+t/3Nfcw+LG9Kh0Je2JwPWUWBNsZXTEaQOKaTT5ig0=";
};
postPatch = ''