Unverified Commit 9ec06bde authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents e858476a 799e2914
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''