python310Packages.werkzeug 0 -> 1 attrpath: python310Packages.werkzeug Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9fvqhg6dcw72q2kka6a4542vr1bg2j4w-packages.json.drv building '/nix/store/9fvqhg6dcw72q2kka6a4542vr1bg2j4w-packages.json.drv'... Going to be running update for following packages: - python3.10-werkzeug-2.2.3 Press Enter key to continue... Running update for: - python3.10-werkzeug-2.2.3: UPDATING ... - python3.10-werkzeug-2.2.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/werkzeug/default.nix b/pkgs/development/python-modules/werkzeug/default.nix index e5b6a93eae6d..5c1c388e2e6a 100644 --- a/pkgs/development/python-modules/werkzeug/default.nix +++ b/pkgs/development/python-modules/werkzeug/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "werkzeug"; - version = "2.2.3"; + version = "2.3.6"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "Werkzeug"; inherit version; - hash = "sha256-LhzMlBfU2jWLnebxdOOsCUOR6h1PvvLWZ4ZdgZ39Cv4="; + hash = "sha256-mMd03y+RsFVQB4iR3uXw6wy3l6Uix1eiRSuc7lsgIzA="; }; propagatedBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python310Packages.werkzeug: 2.2.3 -> 2.3.6 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/245145"