Merge pull request #332519 from r-ryantm/auto-update/python312Packages.scmrepo

python312Packages.scmrepo: 3.3.6 -> 3.3.7
This commit is contained in:
Fabian Affolter 2024-08-05 18:46:38 +02:00 committed by GitHub
commit e93a692a34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "scmrepo";
version = "3.3.6";
version = "3.3.7";
pyproject = true;
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "scmrepo";
rev = "refs/tags/${version}";
hash = "sha256-VU0+x4h6jPX7pZwo7ON7WznN+F7g7NjFpYSiLrktwkQ=";
hash = "sha256-Z9HUeZPsskEPTwRRwK4z4p2Lv7Ukg7du6OAxvDwEcPc=";
};
build-system = [