python311Packages.weasyprint 0 -> 1 attrpath: python311Packages.weasyprint 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] Going to be running update for following packages: - python3.11-weasyprint-60.2 Press Enter key to continue... Running update for: - python3.11-weasyprint-60.2: UPDATING ... - python3.11-weasyprint-60.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/weasyprint/default.nix b/pkgs/development/python-modules/weasyprint/default.nix index 99f3ba24f1b2..6c0077aba262 100644 --- a/pkgs/development/python-modules/weasyprint/default.nix +++ b/pkgs/development/python-modules/weasyprint/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "weasyprint"; - version = "60.2"; + version = "61.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -32,7 +32,7 @@ buildPythonPackage rec { src = fetchPypi { inherit version; pname = "weasyprint"; - hash = "sha256-DAzdYXp4aZJiuAAm5n+haS44As+pZjlUNu6vb3h90SY="; + hash = "sha256-2RsRoFQm/vHWPegm8wqAUh1IxqNWRV0zjCxCmYn6WG0="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - python312Packages.weasyprint: 60.2 -> 61.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/288318"