python310Packages.scmrepo: 0.0.17 -> 0.0.18

This commit is contained in:
R. Ryantm 2022-04-08 06:36:40 +00:00
parent 8ca35ce3e2
commit 71fb904332

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "scmrepo";
version = "0.0.17";
version = "0.0.18";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-OMmVEBbb3BQcxpAg6+goGITu8iuHzg+ZzVs+8UdRFrg=";
hash = "sha256-eMtYVdKLiIaagDB1OEdYge6+McchOZPBcuIKGMzyvQQ=";
};
propagatedBuildInputs = [