Merge pull request #249052 from fabaff/pygithub-bump

python311Packages.pygithub: 1.59.0 -> 1.59.1
This commit is contained in:
Fabian Affolter 2023-08-14 12:11:59 +02:00 committed by GitHub
commit 8b645ba000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pygithub"; pname = "pygithub";
version = "1.59.0"; version = "1.59.1";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "PyGithub"; owner = "PyGithub";
repo = "PyGithub"; repo = "PyGithub";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-bfXf1lwTpoyf6Pn4J0KR99xUh28VPszlbcYSbqKfyFQ="; hash = "sha256-tzM2+nLBHTbKlQ7HLmNRq4Kn62vmz1MaGyZsnaJSrgQ=";
}; };
SETUPTOOLS_SCM_PRETEND_VERSION = version; SETUPTOOLS_SCM_PRETEND_VERSION = version;