python310Packages.graphene: 3.2.0 -> 3.2.1

This commit is contained in:
R. Ryantm 2022-12-13 13:27:29 +00:00
parent 9159658fae
commit 2afa2a25ad

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "graphene";
version = "3.2.0";
version = "3.2.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "graphql-python";
repo = "graphene";
rev = "refs/tags/v${version}";
hash = "sha256-2o/IR6XjnS57D4ZjADrcI18acfJ+Q0zdnXeb5ZeCpM4=";
hash = "sha256-XnrzgPkkFsTgNE9J+eSkD8f5MokKjtZhbbE/dxNZryk=";
};
propagatedBuildInputs = [