lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #258791 from r-ryantm/auto-update/python311Packages.pygithub

python311Packages.pygithub: 1.59.1 -> 2.1.1

authored by

Fabian Affolter and committed by
GitHub
4bd0fe77 cf0589a6

+2 -2
+2 -2
pkgs/development/python-modules/pygithub/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pygithub"; 16 - version = "1.59.1"; 16 + version = "2.1.1"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "PyGithub"; 23 23 repo = "PyGithub"; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-tzM2+nLBHTbKlQ7HLmNRq4Kn62vmz1MaGyZsnaJSrgQ="; 25 + hash = "sha256-ysa1RAWuFFQCF6bYwAUVFou7nxCKHLZbUtrUtXiSpPk="; 26 26 }; 27 27 28 28 SETUPTOOLS_SCM_PRETEND_VERSION = version;