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

python310Packages.scmrepo: 0.0.18 -> 0.0.19
This commit is contained in:
Fabian Affolter 2022-04-28 08:24:19 +02:00 committed by GitHub
commit 65419c73fd
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.18";
version = "0.0.19";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-eMtYVdKLiIaagDB1OEdYge6+McchOZPBcuIKGMzyvQQ=";
hash = "sha256-f/KV3NfIumkZcg9r421QhdyPU/274aAU4b78myi+fFY=";
};
propagatedBuildInputs = [