mirror of
git://git.savannah.gnu.org/guix.git
synced 2024-12-29 11:46:06 +01:00
gnu: gegl: Add source URIs.
* gnu/packages/gimp.scm (gegl)[source]: Add URIs.
This commit is contained in:
parent
54a114db45
commit
bd70db6ee8
1 changed files with 7 additions and 1 deletions
|
@ -94,7 +94,13 @@ provided, as well as a framework to add new color models and data types.")
|
|||
(method url-fetch)
|
||||
(uri (list (string-append "https://download.gimp.org/pub/gegl/"
|
||||
(string-take version 3)
|
||||
"/gegl-" version ".tar.bz2")))
|
||||
"/gegl-" version ".tar.xz")
|
||||
(string-append "https://ftp.gtk.org/pub/gegl/"
|
||||
(version-major+minor version)
|
||||
"/gegl-" version ".tar.xz")
|
||||
(string-append "ftp://ftp.gtk.org/pub/gegl/"
|
||||
(version-major+minor version)
|
||||
"/gegl-" version ".tar.xz")))
|
||||
(sha256
|
||||
(base32
|
||||
"0njydcr6qdmfzh4fxx544681qxdpf7y6b2f47jcypn810dlxy4h1"))))
|
||||
|
|
Loading…
Reference in a new issue