Merge pull request #277210 from r-ryantm/auto-update/python310Packages.graphene-django

python310Packages.graphene-django: 3.1.5 -> 3.2.0
This commit is contained in:
Martin Weinelt 2023-12-28 02:29:05 +01:00 committed by GitHub
commit b54e71b9f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "graphene-django";
version = "3.1.5";
version = "3.2.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "graphql-python";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-1vl1Yj9MVBej5aFND8A63JMIog8aIW9SdwiOLIUwXxI=";
hash = "sha256-SOLY3NogovwQ5gr2gnvOcROWpbk9p134wI2f9FKr+5M=";
};
postPatch = ''