python312Packages.pikepdf 8.11.2 -> 8.13.0 https://github.com/pikepdf/pikepdf/releases attrpath: python312Packages.pikepdf 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/h298dby5xph32a2mdcnrn3ykrysj8nbl-packages.json.drv building '/nix/store/h298dby5xph32a2mdcnrn3ykrysj8nbl-packages.json.drv'... Going to be running update for following packages: - python3.12-pikepdf-8.12.0.post1 Press Enter key to continue... Running update for: - python3.12-pikepdf-8.12.0.post1: UPDATING ... - python3.12-pikepdf-8.12.0.post1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pikepdf/default.nix b/pkgs/development/python-modules/pikepdf/default.nix index 81d981a5a103..311fbcbc4bac 100644 --- a/pkgs/development/python-modules/pikepdf/default.nix +++ b/pkgs/development/python-modules/pikepdf/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "pikepdf"; - version = "8.12.0.post1"; + version = "8.13.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -32,14 +32,14 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "pikepdf"; repo = "pikepdf"; - rev = "v${version}"; + rev = "refs/tags/v${version}"; # The content of .git_archival.txt is substituted upon tarball creation, # which creates indeterminism if master no longer points to the tag. # See https://github.com/jbarlow83/OCRmyPDF/issues/841 postFetch = '' rm "$out/.git_archival.txt" ''; - hash = "sha256-zUTlMNGm7QrCFcGb02vvAlhUoeFQbp//HyhkKV69JWc="; + hash = "sha256-LKxZx69BhFWli/x7Aty1Ch7WtyZVi9lSsHysnUgvjFc="; }; patches = [ No auto update branch exists Python package with too many package rebuilds 1937 > 25