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

python310Packages.graphene: 3.2.2 -> 3.3.0
This commit is contained in:
Nick Cao 2023-07-31 19:19:16 -06:00 committed by GitHub
commit 64336cc897
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "graphene";
version = "3.2.2";
version = "3.3.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "graphql-python";
repo = "graphene";
rev = "refs/tags/v${version}";
hash = "sha256-kwF6oXp06w7r1PbPoJTCQ9teTExYMoqvIZDhtv5QNn8=";
hash = "sha256-DGxicCXZp9kW/OFkr0lAWaQ+GaECx+HD8+X4aW63vgQ=";
};
propagatedBuildInputs = [