lol

python312Packages.granian: 2.2.0 -> 2.2.2 (#397317)

authored by

Peder Bergebakken Sundt and committed by
GitHub
cfcb3991 8db63f15

+3 -3
+3 -3
pkgs/development/python-modules/granian/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "granian"; 22 - version = "2.2.0"; 22 + version = "2.2.2"; 23 23 pyproject = true; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "emmett-framework"; 27 27 repo = "granian"; 28 28 tag = "v${version}"; 29 - hash = "sha256-YQ9+PcKXtSc+wdvhgDfSAfcv/y53oqcrPCEI9dDKFa0="; 29 + hash = "sha256-LIJhhekulLQje6/8g9BIraH8aToPVWoTnWnmgtwLnHA="; 30 30 }; 31 31 32 32 cargoDeps = rustPlatform.fetchCargoVendor { 33 33 inherit pname version src; 34 - hash = "sha256-XJ61+u5aGQis6YkfASD+WJHEKDBL+2ImqCAuQmm3A/g="; 34 + hash = "sha256-GSPGDVn4WlTJY9CiToI6myuiLcV1j2+LYD9IusDtgUg="; 35 35 }; 36 36 37 37 nativeBuildInputs = with rustPlatform; [