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