Merge pull request #230480 from fabaff/gql-bump

python310Packages.gql: 3.4.0 -> 3.4.1

authored by

Fabian Affolter and committed by
GitHub
22fcc0df 946282ac

+2 -2
+2 -2
pkgs/development/python-modules/gql/default.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "gql"; 25 - version = "3.4.0"; 25 + version = "3.4.1"; 26 26 format = "setuptools"; 27 27 28 28 disabled = pythonOlder "3.7"; ··· 31 31 owner = "graphql-python"; 32 32 repo = pname; 33 33 rev = "refs/tags/v${version}"; 34 - hash = "sha256-yr8IyAwZ6y2MPTe6bHRW+CIp19R3ZJWHuqdN5qultnQ="; 34 + hash = "sha256-/uPaRju2AJCjMCfA29IKQ4Hu71RBu/Yz8jHwk9EE1Eg="; 35 35 }; 36 36 37 37 postPatch = ''