From 03d92c2b76aa84647e0ebfd7275cd2097340f1e9 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 24 May 2023 19:14:20 +0200 Subject: [PATCH] python310Packages.graphene-django: 3.0.2 -> 3.1.1 Diff: https://github.com/graphql-python/graphene-django/compare/refs/tags/v3.0.2...v3.1.1 Changelog: https://github.com/graphql-python/graphene-django/releases/tag/v3.1.1 --- pkgs/development/python-modules/graphene-django/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/graphene-django/default.nix b/pkgs/development/python-modules/graphene-django/default.nix index abfeee89945..069eae162bd 100644 --- a/pkgs/development/python-modules/graphene-django/default.nix +++ b/pkgs/development/python-modules/graphene-django/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "graphene-django"; - version = "3.0.2"; + version = "3.1.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-dImot/jLKGePHk7ByM/gymgdstHHiS0OKxRq3YAmHuE="; + hash = "sha256-xMEC2GEP39UVWqdLQMRjLOn93PY0aJWEnQRcn8YwxWo="; }; postPatch = ''