python3Packages.gql: 3.5.0 -> 3.5.3
This commit is contained in:
parent
59dff5cf0a
commit
b96dd19d7a
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gql";
|
pname = "gql";
|
||||||
version = "3.5.0";
|
version = "3.5.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
|||||||
owner = "graphql-python";
|
owner = "graphql-python";
|
||||||
repo = "gql";
|
repo = "gql";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-jm0X+X8gQyQYn03gT14bdr79+Wd5KL9ryvrU/0VUtEU=";
|
hash = "sha256-0mVMhJHlF6EZ3D9fuNrzkoHm9vIAKxbuajmUs1JL0HY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -118,7 +118,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "GraphQL client in Python";
|
description = "GraphQL client in Python";
|
||||||
homepage = "https://github.com/graphql-python/gql";
|
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 ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
mainProgram = "gql-cli";
|
mainProgram = "gql-cli";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user