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

python310Packages.scmrepo: 0.1.15 -> 0.1.16
This commit is contained in:
Fabian Affolter 2023-03-24 08:20:05 +01:00 committed by GitHub
commit 505673e19a
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.15";
version = "0.1.16";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Z/W49P1T8XgCmKWLTO/eI7ArAB9QKWUbJWRTlRnjJ7E=";
hash = "sha256-d8CwvxWdFhKXzv6mzWh+WIH6VSBsQOpdyc5UIwrh7kg=";
};
postPatch = ''