lol

python3Packages.granian: 2.5.1 -> 2.5.2 (#439856)

authored by

Nick Cao and committed by
GitHub
507f4945 83c35f37

+3 -3
+3 -3
pkgs/development/python-modules/granian/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "granian"; 22 - version = "2.5.1"; 22 + version = "2.5.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-+K1M4cWJkZF7oeod8PMT3hSYERUjsE6rxN3QZlwQnVM="; 29 + hash = "sha256-HeTmfOJ5DEW47UJdovqKpbIOGAoKof5wPDJ1VTsFo2o="; 30 30 }; 31 31 32 32 # Granian forces a custom allocator for all the things it runs, ··· 39 39 40 40 cargoDeps = rustPlatform.fetchCargoVendor { 41 41 inherit pname version src; 42 - hash = "sha256-JHZiHRfU5CPhKMSdf0nD5SVDPAviyxsJrxhorEg3W64="; 42 + hash = "sha256-8bvjetAgTz3mRzC+jI09djyyo9amTrIg4hnZx9ir1wU="; 43 43 }; 44 44 45 45 nativeBuildInputs = with rustPlatform; [