Skip to content

Commit

Permalink
[Backport staging-24.05] python312Packages.werkzeug: 3.0.4 -> 3.0.6 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
leona-ya authored Nov 16, 2024
2 parents d0b453a + 50b920e commit 7e53a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/werkzeug/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@

buildPythonPackage rec {
pname = "werkzeug";
version = "3.0.4";
version = "3.0.6";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-NPI3FQayUN9NT4S/57CSHkdiUldiu9k2YUkJ/iXNcwY=";
hash = "sha256-qN1Z1N4oynBHGjTLp5vtX37y4Danazqwg1R0JG60H40=";
};

build-system = [ flit-core ];
Expand Down

0 comments on commit 7e53a62

Please sign in to comment.