python310Packages.graphene: 3.2.2 -> 3.3.0

This commit is contained in:
R. Ryantm 2023-07-31 17:39:29 +00:00
parent bf48dde359
commit 2df128a4ef

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 = [