Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport staging-23.11] python311Packages.werkzeug: 2.3.7 -> 2.3.8 #271547

Merged
merged 1 commit into from
Dec 1, 2023
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
python311Packages.werkzeug: 2.3.7 -> 2.3.8
  • Loading branch information
mweinelt authored and github-actions[bot] committed Dec 1, 2023
commit 4cd2b4eee0c3c58ef40f67abf5458b483386cdf0
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/werkzeug/default.nix
Original file line number Diff line number Diff line change
@@ -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 = [