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

authored by Peder Bergebakken Sundt and committed by GitHub ff9e5bd3 b76411b2

+3 -3
+3 -3
pkgs/development/python-modules/granian/default.nix
··· 20 21 buildPythonPackage rec { 22 pname = "granian"; 23 - version = "2.3.1"; 24 pyproject = true; 25 26 src = fetchFromGitHub { 27 owner = "emmett-framework"; 28 repo = "granian"; 29 tag = "v${version}"; 30 - hash = "sha256-LDO5lyEk9ZJOfccVNYU6mIGJV952Z7NgMweQWclxQ9o="; 31 }; 32 33 cargoDeps = rustPlatform.fetchCargoVendor { 34 inherit pname version src; 35 - hash = "sha256-NYOORW3OQXSqmDMsFWjNl6UmN1RO/hAz+nuLfm/y6Uk="; 36 }; 37 38 nativeBuildInputs = with rustPlatform; [
··· 20 21 buildPythonPackage rec { 22 pname = "granian"; 23 + version = "2.3.2"; 24 pyproject = true; 25 26 src = fetchFromGitHub { 27 owner = "emmett-framework"; 28 repo = "granian"; 29 tag = "v${version}"; 30 + hash = "sha256-qJ65ILj7xLqOWmpn1UzNQHUnzFg714gntVSmYHpI65I="; 31 }; 32 33 cargoDeps = rustPlatform.fetchCargoVendor { 34 inherit pname version src; 35 + hash = "sha256-swfqKp8AsxNAUc7dlce6J4dNQbNGWrCcUDc31AhuMmI="; 36 }; 37 38 nativeBuildInputs = with rustPlatform; [