python3Packages.pillow: 9.3.0 -> 9.4.0

https://github.com/python-pillow/Pillow/releases/tag/9.4.0
This commit is contained in:
Martin Weinelt 2023-02-01 23:07:31 +01:00
parent bb9930984e
commit 5bbc0c8891
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -12,7 +12,7 @@
import ./generic.nix (rec {
pname = "pillow";
version = "9.3.0";
version = "9.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ import ./generic.nix (rec {
src = fetchPypi {
pname = "Pillow";
inherit version;
hash = "sha256-yTWiKlV6VgEI14D5oPxCbddFmUDcVPqknYMknI0+dg8=";
hash = "sha256-ocLXeARI65P7zDeJvzkWqlcg2ULjeUX0BWaAMX8c0j4=";
};
passthru.tests = {