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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user