python3Packages.pillow: 12.2.0 -> 12.3.0

https://pillow.readthedocs.io/en/stable/releasenotes/12.3.0.html

Fixes:
CVE-2026-55798, CVE-2026-54059, CVE-2026-54060, CVE-2026-55379,
CVE-2026-55380

(cherry picked from commit f71b8a5c7d)
This commit is contained in:
Martin Weinelt 2026-07-01 22:05:23 +02:00 committed by github-actions[bot]
commit 2ca6a6c41d

View file

@ -42,14 +42,14 @@
buildPythonPackage rec {
pname = "pillow";
version = "12.2.0";
version = "12.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "python-pillow";
repo = "pillow";
tag = version;
hash = "sha256-7w6FbZLTAoUMvLtSPvafk3wSRv8TrkAAfgZ/dfu3HpA=";
hash = "sha256-kmUlgR+f75Y8DAKKPdEbchLLgg0m95oyVP53WTQni88=";
};
build-system = [