python3Packages.gql: 3.5.0 -> 3.5.3 (#410477)

This commit is contained in:
Fabian Affolter
2025-05-24 23:22:05 +02:00
committed by GitHub
@@ -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";