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

python310Packages.graphene-django: 3.0.2 -> 3.1.1

authored by Martin Weinelt and committed by GitHub 77d9ba47 75ef0c8e

+2 -2
+2 -2
pkgs/development/python-modules/graphene-django/default.nix
··· 21 22 buildPythonPackage rec { 23 pname = "graphene-django"; 24 - version = "3.0.2"; 25 format = "setuptools"; 26 27 disabled = pythonOlder "3.6"; ··· 30 owner = "graphql-python"; 31 repo = pname; 32 rev = "refs/tags/v${version}"; 33 - hash = "sha256-dImot/jLKGePHk7ByM/gymgdstHHiS0OKxRq3YAmHuE="; 34 }; 35 36 postPatch = ''
··· 21 22 buildPythonPackage rec { 23 pname = "graphene-django"; 24 + version = "3.1.1"; 25 format = "setuptools"; 26 27 disabled = pythonOlder "3.6"; ··· 30 owner = "graphql-python"; 31 repo = pname; 32 rev = "refs/tags/v${version}"; 33 + hash = "sha256-xMEC2GEP39UVWqdLQMRjLOn93PY0aJWEnQRcn8YwxWo="; 34 }; 35 36 postPatch = ''