about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-11-01 13:25:32 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-11-01 13:25:32 +0000
commitc166beb8e5710c51b6a6e638dbdf9a6b54e8edf3 (patch)
tree2868dc38158633dc9c65940d7525731763aedead /pkgs
parent4559160c4f4eb55f9eee0cb6015e2a0f3fa80462 (diff)
python38Packages.github3_py: 2.0.0 -> 3.0.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/github3_py/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/github3_py/default.nix b/pkgs/development/python-modules/github3_py/default.nix
index 68e277d0b1a5e..1f5c983e14f38 100644
--- a/pkgs/development/python-modules/github3_py/default.nix
+++ b/pkgs/development/python-modules/github3_py/default.nix
@@ -18,11 +18,11 @@
 
 buildPythonPackage rec {
   pname = "github3.py";
-  version = "2.0.0";
+  version = "3.0.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "8dd4ac612fd60cb277eaf6e2ce02f68dda54aba06870ca6fa2b28369bf39aa14";
+    sha256 = "a9134cb9efd334b1644ad7c5ee3ff3ff488317c4549ffc0e8d82e4d63383a1a4";
   };
 
   checkInputs = [ betamax pytest betamax-matchers ]