python3Packages.Pillow: 7.2.0 -> 8.0.1
This commit is contained in:
parent
5997e56b63
commit
a983124b8f
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Pillow";
|
pname = "Pillow";
|
||||||
version = "7.2.0";
|
version = "8.0.1";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "97f9e7953a77d5a70f49b9a48da7776dc51e9b738151b22dacf101641594a626";
|
sha256 = "11c5c6e9b02c9dac08af04f093eb5a2f84857df70a7d4a6a6ad461aca803fb9e";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Disable imagefont tests, because they don't work well with infinality:
|
# Disable imagefont tests, because they don't work well with infinality:
|
||||||
|
Loading…
Reference in New Issue
Block a user