python3Packages.granian: 2.7.8 -> 2.7.9

https://github.com/emmett-framework/granian/releases/tag/v2.7.9
This commit is contained in:
Martin Weinelt
2026-07-15 03:11:37 +02:00
parent 00f4abe087
commit f6db60842c
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "granian";
version = "2.7.8";
version = "2.7.9";
pyproject = true;
src = fetchFromGitHub {
owner = "emmett-framework";
repo = "granian";
tag = "v${version}";
hash = "sha256-89Kl/MrotK0fv0oAayUuZXyLLG9PPM1km57ER+dM1jw=";
hash = "sha256-SYbdLrE/LaPGpzsrW4FBWtKyTM1VTqJ6sWRVbLjvCM8=";
};
# Granian forces a custom allocator for all the things it runs,
@@ -40,7 +40,7 @@ buildPythonPackage rec {
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-mnqtzZ2+xuxUezhsgw+gr6MmWbi4Z4j0bHndys6vHFw=";
hash = "sha256-DZZUWpTsKkJQ8ku1Hm5eKFNxhYVfxv7D2N9DLPS9+a4=";
};
nativeBuildInputs = with rustPlatform; [