Skip to content

Commit

Permalink
python312Packages.waitress: 3.0.1 -> 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Dec 8, 2024
1 parent 6f1355e commit f9fe2e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/waitress/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

buildPythonPackage rec {
pname = "waitress";
version = "3.0.1";
version = "3.0.2";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-7wwfAg2fEqUVxOxlwHkgpwJhOvytHb/cO87CVrbAcrM=";
hash = "sha256-aCqq8q8MRK2kq/tw3tNjk/DjB/SrlFaiFc4AILrvwx8=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit f9fe2e7

Please sign in to comment.