guix_mirror_bot pushed a commit to branch master in repository guix. commit 713501d8408e0cbb7f040bf7ada2237ac97d3210 Author: Andreas Enge <andr...@enge.fr> AuthorDate: Fri Sep 19 20:56:00 2025 +0200
gnu: Remove python-pillow-2.9. * gnu/packages/python-xyz.scm (python-pillow-2.9): Delete variable. Fixes: guix/guix#2086 Change-Id: I4ef66bff3aeeab8027d00a6685eeb32ad314720b --- gnu/packages/python-xyz.scm | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 746880263c..941e5898b0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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)