From 704aec5b4ad7f5de757d4213ea7fbe2af05b6fc7 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 12 Oct 2021 01:17:00 +0200 Subject: [PATCH] python3Packages.graphene-django: 3.0.0b7 -> unstable-2021-06-11 Prevents test breakage with django_3. --- .../python-modules/graphene-django/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/graphene-django/default.nix b/pkgs/development/python-modules/graphene-django/default.nix index 8c0e31f809da..f736fbe39d85 100644 --- a/pkgs/development/python-modules/graphene-django/default.nix +++ b/pkgs/development/python-modules/graphene-django/default.nix @@ -19,15 +19,15 @@ buildPythonPackage rec { pname = "graphene-django"; - version = "3.0.0b7"; + version = "unstable-2021-06-11"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "graphql-python"; repo = pname; - rev = "v${version}"; - sha256 = "sha256-uPc9HNcciQpCcHLYespK8ICny5jOQaliFMyd2Yt6/as="; + rev = "e7f7d8da07ba1020f9916153f17e97b0ec037712"; + sha256 = "0b33q1im90ahp3gzy9wx5amfzy6q57ydjpy5rn988gh81hbyqaxv"; }; postPatch = '' @@ -59,7 +59,7 @@ buildPythonPackage rec { meta = with lib; { description = "Integrate GraphQL into your Django project"; homepage = "https://github.com/graphql-python/graphene-django"; - licenses = licenses.mit; + license = licenses.mit; maintainers = with maintainers; [ hexa ]; }; }