[Backport staging-26.05] python3Packages.pillow: 12.2.0 -> 12.3.0 (#537619)

This commit is contained in:
Vladimír Čunát 2026-07-06 07:17:43 +00:00 committed by GitHub
commit fe6fa1de8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [