Skip to content

Commit

Permalink
python311Packages.werkzeug: 2.3.7 -> 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored and github-actions[bot] committed Dec 1, 2023
1 parent 6bbceb4 commit 4cd2b4e
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 @@ -16,14 +16,14 @@

buildPythonPackage rec {
pname = "werkzeug";
version = "2.3.7";
version = "2.3.8";
format = "pyproject";

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-K4wORHtLnbzIXdl7butNy69si2w74L1lTiVVPgohV9g=";
hash = "sha256-VUslfHS763oNJUFgpPj/4YUkP1KlIDUGC3Ycpi2XfwM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 4cd2b4e

Please sign in to comment.