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

python310Packages.scmrepo: 0.0.23 -> 0.0.24
This commit is contained in:
Fabian Affolter 2022-06-02 11:39:20 +02:00 committed by GitHub
commit 3f10319084
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.23";
version = "0.0.24";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Yg08twcxXKtDlkOxmD5eafeaeij4zX/3XQQQN948xxs=";
hash = "sha256-S1jeLls0do9sCqTWe8h8+8CO3oM160J97UmISUhTU/s=";
};
propagatedBuildInputs = [