mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-pillow-2.9.
* gnu/packages/python-xyz.scm (python-pillow-2.9): Delete variable. Fixes: guix/guix#2086 Change-Id: I4ef66bff3aeeab8027d00a6685eeb32ad314720b
This commit is contained in:
parent
6f8e11ad48
commit
713501d840
1 changed files with 0 additions and 16 deletions
|
@ -12331,22 +12331,6 @@ a general image processing tool.")
|
|||
and a plugin for Pillow.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-pillow-2.9
|
||||
(package
|
||||
(inherit python-pillow)
|
||||
(version "2.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Pillow" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ada7lf3lmbdsqm3b7ja920p1pllyfhmqndr85ikpj77fmz9s5qg"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments python-pillow)
|
||||
((#:tests? _ #f) #f)))
|
||||
(properties '((hidden? #t)))))
|
||||
|
||||
(define-public python-pillow-simd
|
||||
(package
|
||||
(inherit python-pillow)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue