python312Packages.granian: 2.2.0 -> 2.2.2

This commit is contained in:
R. Ryantm
2025-04-09 09:19:10 +00:00
parent 133091c945
commit 9291be5a7e
@@ -19,19 +19,19 @@
buildPythonPackage rec {
pname = "granian";
version = "2.2.0";
version = "2.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "emmett-framework";
repo = "granian";
tag = "v${version}";
hash = "sha256-YQ9+PcKXtSc+wdvhgDfSAfcv/y53oqcrPCEI9dDKFa0=";
hash = "sha256-LIJhhekulLQje6/8g9BIraH8aToPVWoTnWnmgtwLnHA=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-XJ61+u5aGQis6YkfASD+WJHEKDBL+2ImqCAuQmm3A/g=";
hash = "sha256-GSPGDVn4WlTJY9CiToI6myuiLcV1j2+LYD9IusDtgUg=";
};
nativeBuildInputs = with rustPlatform; [