gnu: Remove babl-0.1.96.

* gnu/packages/gimp.scm (babl-0.1.96): Delete variable.

Fixes: guix/guix#3689
Change-Id: I283a0db100bb27c828c68e7084c00d09e666b1c9
This commit is contained in:
Andreas Enge 2025-11-21 10:47:18 +01:00
parent 4aabf49dad
commit 74117156bd
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -298,25 +298,6 @@ buffers.")
;; application and GUI binary gegl is licensed under GPL.
(license (list license:lgpl3+ license:gpl3+))))
(define-public babl-0.1.96
(package
(inherit babl)
(version "0.1.96")
(source
(origin
(method url-fetch)
(uri (list (string-append "https://download.gimp.org/pub/babl/"
(version-major+minor version)
"/babl-" version ".tar.xz")
(string-append "https://ftp.gtk.org/pub/babl/"
(version-major+minor version)
"/babl-" version ".tar.xz")
(string-append "ftp://ftp.gtk.org/pub/babl/"
(version-major+minor version)
"/babl-" version ".tar.xz")))
(sha256
(base32 "1xj5hlmm834lb84rpjlfxbqnm5piswgzhjas4h8z90x9b7j3yrrk"))))))
(define-public gimp-2
(package
(name "gimp")