summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-10-05 09:45:24 +0200
committerGitHub <noreply@github.com>2023-10-05 09:45:24 +0200
commit4bd0fe77736b6892a773c2b34cef23f4b0a27e0d (patch)
treef748b4fa11e4950f0ce8da1314c25709c3ee561b /pkgs
parentcf0589a6dae275282c3ee5f2750ae017c9000859 (diff)
parent35994c0016988698e8cadc0bd46b9c19dcf1a661 (diff)
Merge pull request #258791 from r-ryantm/auto-update/python311Packages.pygithub
python311Packages.pygithub: 1.59.1 -> 2.1.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pygithub/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pygithub/default.nix b/pkgs/development/python-modules/pygithub/default.nix
index a42c41a392ddf..cbfacc2c4f362 100644
--- a/pkgs/development/python-modules/pygithub/default.nix
+++ b/pkgs/development/python-modules/pygithub/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "pygithub";
-  version = "1.59.1";
+  version = "2.1.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "PyGithub";
     repo = "PyGithub";
     rev = "refs/tags/v${version}";
-    hash = "sha256-tzM2+nLBHTbKlQ7HLmNRq4Kn62vmz1MaGyZsnaJSrgQ=";
+    hash = "sha256-ysa1RAWuFFQCF6bYwAUVFou7nxCKHLZbUtrUtXiSpPk=";
   };
 
   SETUPTOOLS_SCM_PRETEND_VERSION = version;