Merge pull request #129194 from SuperSandro2000/pillow-simd
pythonPackages.pillow-simd: revert update to 8.1.2
This commit is contained in:
commit
65cb0b898d
1 changed files with 5 additions and 4 deletions
|
@ -6,15 +6,16 @@
|
||||||
|
|
||||||
import ../pillow/generic.nix (rec {
|
import ../pillow/generic.nix (rec {
|
||||||
pname = "Pillow-SIMD";
|
pname = "Pillow-SIMD";
|
||||||
version = "8.1.2";
|
# check for release version on https://pypi.org/project/Pillow-SIMD/#history
|
||||||
|
# does not match the latest pillow release version!
|
||||||
|
version = "7.0.0.post3";
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "uploadcare";
|
owner = "uploadcare";
|
||||||
repo = "pillow-simd";
|
repo = "pillow-simd";
|
||||||
rev = version;
|
rev = "v${version}";
|
||||||
sha256 = "1z0c1qpx7l1bhj71ww7za7kl29j5wdraqr2pdhv4dp1q74kgrr0m";
|
sha256 = "1h832xp1bzf951hr4dmjmxqfsv28sx9lr2cq96qdz1c72k40zj1h";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue