gnu: gegl: Don't use NAME in source URI.

* gnu/packages/gimp.scm (gegl)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-02-19 06:52:20 +01:00
parent 2ed93b7820
commit 00bfe5eda0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ 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)
"/" name "-" version ".tar.bz2")))
"/gegl-" version ".tar.bz2")))
(sha256
(base32
"0ljqxc4iyy2hrj31pxcy1xp4xm5zbx1nigqisphmg4p8mcz2jrz9"))))