python3Packages.granian: 2.3.1 -> 2.3.2 (#413468)

This commit is contained in:
Peder Bergebakken Sundt 2025-06-03 10:54:09 +02:00 committed by GitHub
commit ff9e5bd325
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,19 +20,19 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "granian"; pname = "granian";
version = "2.3.1"; version = "2.3.2";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "emmett-framework"; owner = "emmett-framework";
repo = "granian"; repo = "granian";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-LDO5lyEk9ZJOfccVNYU6mIGJV952Z7NgMweQWclxQ9o="; hash = "sha256-qJ65ILj7xLqOWmpn1UzNQHUnzFg714gntVSmYHpI65I=";
}; };
cargoDeps = rustPlatform.fetchCargoVendor { cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src; inherit pname version src;
hash = "sha256-NYOORW3OQXSqmDMsFWjNl6UmN1RO/hAz+nuLfm/y6Uk="; hash = "sha256-swfqKp8AsxNAUc7dlce6J4dNQbNGWrCcUDc31AhuMmI=";
}; };
nativeBuildInputs = with rustPlatform; [ nativeBuildInputs = with rustPlatform; [