Merge pull request #233855 from mweinelt/graphene-django-3.1.1

python310Packages.graphene-django: 3.0.2 -> 3.1.1
This commit is contained in:
Martin Weinelt 2023-05-25 00:10:04 +02:00 committed by GitHub
commit 77d9ba476b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "graphene-django";
version = "3.0.2";
version = "3.1.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "graphql-python";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-dImot/jLKGePHk7ByM/gymgdstHHiS0OKxRq3YAmHuE=";
hash = "sha256-xMEC2GEP39UVWqdLQMRjLOn93PY0aJWEnQRcn8YwxWo=";
};
postPatch = ''