Merge pull request #229170 from mweinelt/graphene-django-3.0.1

python310Packages.graphene-django: 3.0.0 -> 3.0.1
This commit is contained in:
Mario Rodas 2023-04-30 16:15:32 -05:00 committed by GitHub
commit 0097559c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "graphene-django";
version = "3.0.0";
version = "3.0.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "graphql-python";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-wSZm0hRukBmvrmU3bsqFuZSQRXBwwye9J4ojuSz1uzE=";
hash = "sha256-bW5P2casSFqM1uR9ERr5fLVvAO7bsbP+oqJ9vqcJp2U=";
};
postPatch = ''
@ -71,7 +71,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Integrate GraphQL into your Django project";
homepage = "https://github.com/graphql-python/graphene-django";
changelog = "https://github.com/graphql-python/graphene-django/releases/tag/v{version}";
changelog = "https://github.com/graphql-python/graphene-django/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ hexa ];
};