Merge pull request #167828 from r-ryantm/auto-update/python3.10-scmrepo

python310Packages.scmrepo: 0.0.17 -> 0.0.18
This commit is contained in:
Fabian Affolter 2022-04-08 11:51:56 +02:00 committed by GitHub
commit 4626933295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [