Revert "Revert "python310Packages.pillow: 10.0.1 -> 10.1.0""

This reverts commit f73439f1e9.

The imageio project has caught up with the changes in pillow 10.1.0.
This commit is contained in:
Martin Weinelt
2023-11-11 13:13:59 +01:00
parent 51c7e38b94
commit fa0d02c700
@@ -12,7 +12,7 @@
import ./generic.nix (rec {
pname = "pillow";
version = "10.0.1";
version = "10.1.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ import ./generic.nix (rec {
src = fetchPypi {
pname = "Pillow";
inherit version;
hash = "sha256-1ylnsGvpMA/tXPvItbr87sSL983H2rZrHSVJA1KHGR0=";
hash = "sha256-5r+N5sNu2WyG6jtuHVJzxT9G71GKBiRkzX713Sz5Ljg=";
};
passthru.tests = {