Merge pull request #195199 from fabaff/graphql-core-bump

python310Packages.graphql-core: 3.2.1 -> 3.2.3
This commit is contained in:
Mario Rodas 2022-10-14 20:42:50 -05:00 committed by GitHub
commit ee3510fc37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "graphql-core";
version = "3.2.1";
version = "3.2.3";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "graphql-python";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-LLvfjlio0UmTwR2ZRpsoKTJoWHOEk740QE6K+5GNlrk=";
hash = "sha256-LtBbHA5r6/YNh2gKX0+NqQjrpKuMioyOYWT0R59SIL4=";
};
checkInputs = [