about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-12 20:12:09 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-12 22:05:32 +0200
commitffb56088d5a1c89f1a367e756b70288f5912ac35 (patch)
tree95270f042a22ebf141f68c042f2b7b8841d8dfe4
parent40e096015646a738ab707f131f5792b0ada57e35 (diff)
python311Packages.graphene-django: 3.2.1 -> 3.2.2
https://github.com/graphql-python/graphene-django/releases/tag/v3.2.2
-rw-r--r--pkgs/development/python-modules/graphene-django/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/graphene-django/default.nix b/pkgs/development/python-modules/graphene-django/default.nix
index 8453df70b0315..254b2ae16a53f 100644
--- a/pkgs/development/python-modules/graphene-django/default.nix
+++ b/pkgs/development/python-modules/graphene-django/default.nix
@@ -22,7 +22,7 @@
 
 buildPythonPackage rec {
   pname = "graphene-django";
-  version = "3.2.1";
+  version = "3.2.2";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
     owner = "graphql-python";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-wzU9U4mYvBf43qBQi20ewKtmw1eFskQk+nnsdaM7HQM=";
+    hash = "sha256-12ue7Pq7TFMSBAfaj8Si6KrpuKYp5T2EEesJpc8wRho=";
   };
 
   postPatch = ''