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