Revert "python310Packages.pillow: 10.0.1 -> 10.1.0"

This reverts commit e47c4fd699.

This release contained breaking changes and downstream consumers like
imageio have yet to provide fixes for that.

That is unlikely to happen in time for NixOS 23.11.

cc #261282
This commit is contained in:
Martin Weinelt
2023-11-03 12:01:46 +01:00
parent 41ef1f3277
commit f73439f1e9
@@ -12,7 +12,7 @@
import ./generic.nix (rec {
pname = "pillow";
version = "10.1.0";
version = "10.0.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ import ./generic.nix (rec {
src = fetchPypi {
pname = "Pillow";
inherit version;
hash = "sha256-5r+N5sNu2WyG6jtuHVJzxT9G71GKBiRkzX713Sz5Ljg=";
hash = "sha256-1ylnsGvpMA/tXPvItbr87sSL983H2rZrHSVJA1KHGR0=";
};
passthru.tests = {