From 9c14f16f36fa687feae312dacb3c59fd36239b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Magalh=C3=A3es?= Date: Wed, 11 Mar 2026 21:36:56 +0000 Subject: [PATCH] python3Packages.granian: 2.6.1 -> 2.7.2 Diff: https://github.com/emmett-framework/granian/compare/v2.6.1...v2.7.2 Changelog: https://github.com/emmett-framework/granian/releases/tag/v2.7.2 --- pkgs/development/python-modules/granian/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/granian/default.nix b/pkgs/development/python-modules/granian/default.nix index bceeb7c6ef21..cb3493129df8 100644 --- a/pkgs/development/python-modules/granian/default.nix +++ b/pkgs/development/python-modules/granian/default.nix @@ -1,6 +1,5 @@ { lib, - fetchurl, fetchFromGitHub, rustPlatform, cacert, @@ -20,14 +19,14 @@ buildPythonPackage rec { pname = "granian"; - version = "2.6.1"; + version = "2.7.2"; pyproject = true; src = fetchFromGitHub { owner = "emmett-framework"; repo = "granian"; tag = "v${version}"; - hash = "sha256-vsCDz749bmqFDzQeupYiNZlfIqwEmG2zIxdeCe4OHm4="; + hash = "sha256-6CtmoY3BHO2t+ZjMzZPKUufOkaal0K+MTYhC1eiVXWQ="; }; # Granian forces a custom allocator for all the things it runs, @@ -40,7 +39,7 @@ buildPythonPackage rec { cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; - hash = "sha256-iQdcpCqXG1alVTbzCW3o4x0127zxyJCqtKyso9oVWS8="; + hash = "sha256-7KeidUDMH79b8qgAR5bvY8tAmW5OHmVtLIdb9LlP9w0="; }; nativeBuildInputs = with rustPlatform; [