python311Packages.pillow 10.0.0 -> 10.1.0 https://repology.org/project/python:pillow/versions attrpath: python311Packages.pillow Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/r9xny8b5bxvmrrimdvl2yg853waw84v6-packages.json.drv building '/nix/store/r9xny8b5bxvmrrimdvl2yg853waw84v6-packages.json.drv'... Going to be running update for following packages: - python3.11-pillow-10.0.0 Press Enter key to continue... Running update for: - python3.11-pillow-10.0.0: UPDATING ... - python3.11-pillow-10.0.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pillow/default.nix b/pkgs/development/python-modules/pillow/default.nix index bf3b1991c39a..d2c6844ef710 100644 --- a/pkgs/development/python-modules/pillow/default.nix +++ b/pkgs/development/python-modules/pillow/default.nix @@ -13,7 +13,7 @@ import ./generic.nix (rec { pname = "pillow"; - version = "10.0.0"; + version = "10.1.0"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -21,7 +21,7 @@ import ./generic.nix (rec { src = fetchPypi { pname = "Pillow"; inherit version; - hash = "sha256-nIK1s+BDx68NlXktDSDM9o9hof7Gs1MOcYtohCJyc5Y="; + hash = "sha256-5r+N5sNu2WyG6jtuHVJzxT9G71GKBiRkzX713Sz5Ljg="; }; patches = [ No auto update branch exists Old version 10.0.0" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , pythonOlder , fetchPypi , isPyPy , defusedxml, olefile, freetype, libjpeg, zlib, libtiff, libwebp, libxcrypt, tcl, lcms2, tk, libX11 , libxcb, openjpeg, libimagequant, pyroma, numpy, pytestCheckHook, setuptools # for passthru.tests , imageio, matplotlib, pilkit, pydicom, reportlab }@args: import ./generic.nix (rec { pname = "pillow"; version = "10.0.1"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "Pillow"; inherit version; hash = "sha256-1ylnsGvpMA/tXPvItbr87sSL983H2rZrHSVJA1KHGR0="; }; passthru.tests = { inherit imageio matplotlib pilkit pydicom reportlab; }; meta = with lib; { homepage = "https://python-pillow.org/"; description = "The friendly PIL fork (Python Imaging Library)"; longDescription = '' The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities. ''; license = licenses.hpnd; maintainers = with maintainers; [ goibhniu prikhi ]; }; } // args )