python311Packages.jinja2 3.1.2 -> 3.1.3 https://repology.org/project/python:jinja2/versions attrpath: python311Packages.jinja2 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nga0pj8whjw478hgpjh86kq439yvg5az-packages.json.drv building '/nix/store/nga0pj8whjw478hgpjh86kq439yvg5az-packages.json.drv'... Going to be running update for following packages: - python3.11-Jinja2-3.1.2 Press Enter key to continue... Running update for: - python3.11-Jinja2-3.1.2: UPDATING ... - python3.11-Jinja2-3.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jinja2/default.nix b/pkgs/development/python-modules/jinja2/default.nix index 1fb7b26db5b3..e3328c7d766f 100644 --- a/pkgs/development/python-modules/jinja2/default.nix +++ b/pkgs/development/python-modules/jinja2/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "Jinja2"; - version = "3.1.2"; + version = "3.1.3"; outputs = [ "out" ] ++ lib.optional enableDocumentation "doc"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-MTUacCpAip51laj8YVD8P0O7a/fjGXcMvA2535Q36FI="; + hash = "sha256-rIvWVE1Lssl5K/OhWegLuo/afwfoG8Ou1WVDLVklupA="; }; patches = lib.optionals enableDocumentation [ ./patches/import-order.patch ]; No auto update branch exists There might already be an open PR for this update: - python311Packages.jinja2: 3.1.2 -> 3.1.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/280144"