python313Packages.graphene-django: 3.2.2 -> 3.2.3 (#390273)

This commit is contained in:
Martin Weinelt
2025-03-16 03:08:10 +01:00
committed by GitHub
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "graphene-django";
version = "3.2.2";
version = "3.2.3";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "graphql-python";
repo = pname;
tag = "v${version}";
hash = "sha256-12ue7Pq7TFMSBAfaj8Si6KrpuKYp5T2EEesJpc8wRho=";
hash = "sha256-uMkzgXn3YRgEU46Sv5lg60cvetHir9bv0mzJGDv79DI=";
};
postPatch = ''