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

python310Packages.graphene-django: 3.1.3 -> 3.1.5
This commit is contained in:
Nick Cao 2023-08-20 17:51:41 +08:00 committed by GitHub
commit fc5a7eadb5
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.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 = ''