forked from mirrors/nixpkgs
python3Packages.pillow-simd: 7.0.0.post3 -> 8.1.2
This commit is contained in:
parent
34e037b636
commit
f6987986d3
|
@ -1,19 +1,20 @@
|
|||
{ lib, stdenv, buildPythonPackage, fetchFromGitHub, isPyPy, isPy3k
|
||||
, olefile, freetype, libjpeg, zlib, libtiff, libwebp, tcl, lcms2
|
||||
, tk, libX11, openjpeg, libimagequant, pyroma, numpy, pytestCheckHook
|
||||
, libxcb, tk, libX11, openjpeg, libimagequant, pyroma, numpy
|
||||
, pytestCheckHook
|
||||
}@args:
|
||||
|
||||
import ../pillow/generic.nix (rec {
|
||||
pname = "Pillow-SIMD";
|
||||
version = "7.0.0.post3";
|
||||
version = "8.1.2";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "uploadcare";
|
||||
repo = "pillow-simd";
|
||||
rev = "v${version}";
|
||||
sha256 = "1h832xp1bzf951hr4dmjmxqfsv28sx9lr2cq96qdz1c72k40zj1h";
|
||||
rev = version;
|
||||
sha256 = "1z0c1qpx7l1bhj71ww7za7kl29j5wdraqr2pdhv4dp1q74kgrr0m";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue