python310Packages.graphene-django: 3.1.1 -> 3.1.2

https://github.com/graphql-python/graphene-django/releases/tag/v3.1.2
This commit is contained in:
Martin Weinelt 2023-06-22 01:06:17 +02:00
parent 563afe26c6
commit 5aaaa6baea
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

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