python310Packages.gql: 3.4.0 -> 3.4.1

Changelog: https://github.com/graphql-python/gql/releases/tag/v3.4.1
This commit is contained in:
Fabian Affolter 2023-05-07 11:52:49 +02:00
parent 0767f800e0
commit 3243cdb5c7

View file

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "gql";
version = "3.4.0";
version = "3.4.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "graphql-python";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-yr8IyAwZ6y2MPTe6bHRW+CIp19R3ZJWHuqdN5qultnQ=";
hash = "sha256-/uPaRju2AJCjMCfA29IKQ4Hu71RBu/Yz8jHwk9EE1Eg=";
};
postPatch = ''