python3Packages.pillow: 11.2.1 -> 11.3.0

https://pillow.readthedocs.io/en/stable/releasenotes/11.3.0.html
This commit is contained in:
Martin Weinelt
2025-07-02 01:00:39 +02:00
parent 494b763899
commit d40feea7be
@@ -43,14 +43,14 @@
buildPythonPackage rec {
pname = "pillow";
version = "11.2.1";
version = "11.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "python-pillow";
repo = "pillow";
tag = version;
hash = "sha256-eInPpCxHvo9J45t52KXZDG4KH4yf7iNMb+FpH5SEWmE=";
hash = "sha256-VOOIxzTyERI85CvA2oIutybiivU14kIko8ysXpmwUN8=";
};
build-system = [ setuptools ];