Merge pull request #239066 from mweinelt/graphene-django-3.1.2

python310Packages.graphene-django: 3.1.1 -> 3.1.2
This commit is contained in:
Martin Weinelt 2023-06-24 21:12:14 +02:00 committed by GitHub
commit c48dacd990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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