python312Packages.reportlab 4.0.7 -> 4.1.0 https://repology.org/project/python:reportlab/versions attrpath: python312Packages.reportlab 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/1xyp481qrzqkk7ih7w41rxx1ka3bmyf2-packages.json.drv building '/nix/store/1xyp481qrzqkk7ih7w41rxx1ka3bmyf2-packages.json.drv'... Going to be running update for following packages: - python3.12-reportlab-4.0.7 Press Enter key to continue... Running update for: - python3.12-reportlab-4.0.7: UPDATING ... - python3.12-reportlab-4.0.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/reportlab/default.nix b/pkgs/development/python-modules/reportlab/default.nix index af73624d1ae6..a34b7f361669 100644 --- a/pkgs/development/python-modules/reportlab/default.nix +++ b/pkgs/development/python-modules/reportlab/default.nix @@ -13,7 +13,7 @@ let ft = freetype.overrideAttrs (oldArgs: { dontDisableStatic = true; }); in buildPythonPackage rec { pname = "reportlab"; - version = "4.0.7"; + version = "4.1.0"; format = "pyproject"; # See https://bitbucket.org/pypy/compatibility/wiki/reportlab%20toolkit @@ -21,7 +21,7 @@ in buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-lnx38A79kYzCMc+LbY9OR33Jc7XBZVfjvRjfrrWnAjQ="; + hash = "sha256-Opn69BJpEVnAaLP/AcFTB84v0s9rhgGZQ0h04AIECoQ="; }; postPatch = '' No auto update branch exists Python package with too many package rebuilds 47 > 25