Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/granian/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@

buildPythonPackage rec {
pname = "granian";
version = "2.3.2";
version = "2.3.3";
pyproject = true;

src = fetchFromGitHub {
owner = "emmett-framework";
repo = "granian";
tag = "v${version}";
hash = "sha256-qJ65ILj7xLqOWmpn1UzNQHUnzFg714gntVSmYHpI65I=";
hash = "sha256-pXMoNqcLrj8y2MK6NKQszBlGSrvZJShD/zzOzQbi/Rw=";
};

# Granian forces a custom allocator for all the things it runs,
Expand All @@ -39,7 +39,7 @@ buildPythonPackage rec {

cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-swfqKp8AsxNAUc7dlce6J4dNQbNGWrCcUDc31AhuMmI=";
hash = "sha256-KPIOpvqPYRJeMbokQRQb3UXDfXosdCZscSyzjSBhkEY=";
};

nativeBuildInputs = with rustPlatform; [
Expand Down
Loading