Merge pull request #227273 from r-ryantm/auto-update/python310Packages.scmrepo

python310Packages.scmrepo: 0.1.17 -> 1.0.2
This commit is contained in:
Fabian Affolter 2023-04-20 21:28:44 +02:00 committed by GitHub
commit afb898bb8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "scmrepo";
version = "0.1.17";
version = "1.0.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-hY46bowYJFmGfEmynTtGgXXkF9D5AcqApO7I/BIl/Lw=";
hash = "sha256-MREY8i6FIeRyjcCKvS8gthsVql81x4Ab7gA7yFgwNoQ=";
};
postPatch = ''