about summary refs log tree commit diff
path: root/pkgs/development/python-modules/graphene
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-11-25 14:46:50 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-11-30 18:48:57 -0800
commitfc9ce57a1dce93bd5d089222711f9fc5c31c42f9 (patch)
tree1d94d2511c9381fb16ed2ce88461a76a2168fb56 /pkgs/development/python-modules/graphene
parent9e0253aa5904c99c5c2558da33ac8fac23fd7cdd (diff)
python3Packages.graphene: 3.0.0b8 -> 3.0.0
Diffstat (limited to 'pkgs/development/python-modules/graphene')
-rw-r--r--pkgs/development/python-modules/graphene/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/graphene/default.nix b/pkgs/development/python-modules/graphene/default.nix
index 38c11cc4c8bef..7a28bc08cda42 100644
--- a/pkgs/development/python-modules/graphene/default.nix
+++ b/pkgs/development/python-modules/graphene/default.nix
@@ -15,13 +15,13 @@
 
 buildPythonPackage rec {
   pname = "graphene";
-  version = "3.0.0b8";
+  version = "3.0.0";
 
   src = fetchFromGitHub {
     owner = "graphql-python";
     repo = "graphene";
     rev = "v${version}";
-    sha256 = "sha256-Pgln369s4qXdKqLxhX+AkgpDQm+MfSZ/OVmB1AaawHI=";
+    sha256 = "0qgp3nl6afyz6y27bw175hyqppx75pp1vqwl7nvlpwvgwyyc2mnl";
   };
 
   propagatedBuildInputs = [