python310Packages.scmrepo: 0.1.7 -> 0.1.9

Changelog: https://github.com/iterative/scmrepo/releases/tag/0.1.9
This commit is contained in:
Fabian Affolter 2023-02-12 13:51:32 +01:00
parent 2c0ca01275
commit 18d79944ee

View File

@ -11,11 +11,12 @@
, pygtrie
, pythonOlder
, setuptools
, shortuuid
}:
buildPythonPackage rec {
pname = "scmrepo";
version = "0.1.7";
version = "0.1.9";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +25,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-F+t/3Nfcw+LG9Kh0Je2JwPWUWBNsZXTEaQOKaTT5ig0=";
hash = "sha256-WXePQMHCAmcGUHNNHBaqNQisewMUR87iJC0K2ltYVBE=";
};
postPatch = ''
@ -46,6 +47,7 @@ buildPythonPackage rec {
pathspec
pygit2
pygtrie
shortuuid
];
# Requires a running Docker instance