python3Packages.gql: 3.5.0 -> 3.5.3

This commit is contained in:
R. Ryantm 2025-05-24 10:23:44 +00:00
parent 59dff5cf0a
commit b96dd19d7a

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "gql";
version = "3.5.0";
version = "3.5.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "graphql-python";
repo = "gql";
tag = "v${version}";
hash = "sha256-jm0X+X8gQyQYn03gT14bdr79+Wd5KL9ryvrU/0VUtEU=";
hash = "sha256-0mVMhJHlF6EZ3D9fuNrzkoHm9vIAKxbuajmUs1JL0HY=";
};
postPatch = ''
@ -118,7 +118,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "GraphQL client in Python";
homepage = "https://github.com/graphql-python/gql";
changelog = "https://github.com/graphql-python/gql/releases/tag/v${version}";
changelog = "https://github.com/graphql-python/gql/releases/tag/${src.tag}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
mainProgram = "gql-cli";