python310Packages.graphene-django: 3.1.3 -> 3.1.5

This commit is contained in:
R. Ryantm
2023-08-20 02:52:27 +00:00
parent 174bd27ec8
commit b363e71fda
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "graphene-django";
version = "3.1.3";
version = "3.1.5";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "graphql-python";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-33Z6W2dAsj5VXt3E7XJtUFiq7yFlCixnFnhbAUv+xgU=";
hash = "sha256-1vl1Yj9MVBej5aFND8A63JMIog8aIW9SdwiOLIUwXxI=";
};
postPatch = ''