about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyGithub
diff options
context:
space:
mode:
authorMarkus S. Wamser <github-dev@mail2013.wamser.eu>2021-01-08 17:47:18 +0100
committerMarkus S. Wamser <github-dev@mail2013.wamser.eu>2021-01-08 17:47:18 +0100
commitca903403330dd0e066a92aee6b1b80b45feb7eb4 (patch)
treea057efe4a0d5270128bb26b6c3f2617a8bf85466 /pkgs/development/python-modules/pyGithub
parentc7e546aea1b1fd23fe6acbbeee293f312a98c3be (diff)
pythonPackages.PyGithub: 1.51 -> 1.54.1
Diffstat (limited to 'pkgs/development/python-modules/pyGithub')
-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 c82f18d377d31..c91b817965073 100644
--- a/pkgs/development/python-modules/pyGithub/default.nix
+++ b/pkgs/development/python-modules/pyGithub/default.nix
@@ -12,14 +12,14 @@
 
 buildPythonPackage rec {
   pname = "PyGithub";
-  version = "1.51";
+  version = "1.54.1";
   disabled = !isPy3k;
 
   src = fetchFromGitHub {
     owner = "PyGithub";
     repo = "PyGithub";
     rev = "v${version}";
-    sha256 = "1hz5fc3rkryl4vzxmmwx75p25wk0ida54lf6bz7261rm5hb05r7j";
+    sha256 = "1nl74bp5ikdnrc8xq0qr25ryl1mvarf0xi43k8w5jzlrllhq0nkq";
   };
 
   checkInputs = [ httpretty parameterized pytestCheckHook ];