python3Packages.pillow: 8.1.0 -> 8.1.1
https://pillow.readthedocs.io/en/stable/releasenotes/8.1.1.html Fixes: CVE-2021-25289, CVE-2021-25290, CVE-2021-25291, CVE-2021-25292, CVE-2021-25293
This commit is contained in:
parent
4b97c2a726
commit
d1c569ff8d
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
import ./generic.nix (rec {
|
import ./generic.nix (rec {
|
||||||
pname = "Pillow";
|
pname = "Pillow";
|
||||||
version = "8.1.0";
|
version = "8.1.1";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1fnvc07m15fv59bdlkds1q7rl9jrr3cbbn69sfqvzvdpjbknhxl8";
|
sha256 = "1fnvc07m15fv59bdlkds1q7rl9jrr3cbbn69sfqvzvdpjbknhxl9";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user