python38Packages.pillow: 8.3.0 -> 8.3.1

https://pillow.readthedocs.io/en/stable/releasenotes/8.3.1.html
(cherry picked from commit 6635489576e4ef70a819d6dd8a355977841ecf64)
This commit is contained in:
Mario Rodas 2021-07-06 04:20:00 +00:00 committed by github-actions[bot]
parent c40e9cc00a
commit 07dd884d4c
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
import ./generic.nix (rec {
pname = "Pillow";
version = "8.3.0";
version = "8.3.1";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "0ikwwh8lx08rag1yjkfhf33zlk67vas7l7kblkp6dqzk0vi0cdl0";
sha256 = "2cac53839bfc5cece8fdbe7f084d5e3ee61e1303cccc86511d351adcb9e2c792";
};
meta = with lib; {