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:
Andreas Enge 2025-09-19 20:56:00 +02:00
parent 6f8e11ad48
commit 713501d840
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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)