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:
Martin Weinelt 2021-03-03 00:05:17 +01:00
parent 4b97c2a726
commit d1c569ff8d
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -5,13 +5,13 @@
import ./generic.nix (rec {
pname = "Pillow";
version = "8.1.0";
version = "8.1.1";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "1fnvc07m15fv59bdlkds1q7rl9jrr3cbbn69sfqvzvdpjbknhxl8";
sha256 = "1fnvc07m15fv59bdlkds1q7rl9jrr3cbbn69sfqvzvdpjbknhxl9";
};
meta = with lib; {