Skip to content

Commit

Permalink
Revert "python310Packages.pillow: 10.0.1 -> 10.1.0"
Browse files Browse the repository at this point in the history
This reverts commit e47c4fd.

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
  • Loading branch information
mweinelt committed Nov 3, 2023
1 parent 41ef1f3 commit f73439f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pillow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

import ./generic.nix (rec {
pname = "pillow";
version = "10.1.0";
version = "10.0.1";
format = "pyproject";

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "Pillow";
inherit version;
hash = "sha256-5r+N5sNu2WyG6jtuHVJzxT9G71GKBiRkzX713Sz5Ljg=";
hash = "sha256-1ylnsGvpMA/tXPvItbr87sSL983H2rZrHSVJA1KHGR0=";
};

passthru.tests = {
Expand Down

0 comments on commit f73439f

Please sign in to comment.