mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
4aabf49dad
commit
74117156bd
1 changed files with 0 additions and 19 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue