python312Packages.pillow: 10.3.0 -> 10.4.0

This commit is contained in:
Martin Weinelt 2024-08-03 07:51:50 +02:00
parent 287943d6dd
commit 26414d70af
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -35,7 +35,7 @@
import ./generic.nix (
rec {
pname = "pillow";
version = "10.3.0";
version = "10.4.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -43,7 +43,7 @@ import ./generic.nix (
src = fetchPypi {
pname = "pillow";
inherit version;
hash = "sha256-nSRV+/RMkUhAx5PomqgtDhdjoUJToAB0NxmuWUaBSy0=";
hash = "sha256-Fmwc1NJDCbMNYfefSpEUt7IxPXRQkSJ3hV/139fNSgY=";
};
passthru.tests = {