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

* gnu/packages/gnome.scm (gfbgraph)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-09-12 01:30:13 +02:00
parent 7faed56c44
commit 237d4cf73c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -7231,9 +7231,9 @@ compiled.")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://gnome/sources/" name "/"
"mirror://gnome/sources/gfbgraph/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"gfbgraph-" version ".tar.xz"))
(sha256
(base32
"1dp0v8ia35fxs9yhnqpxj3ir5lh018jlbiwifjfn8ayy7h47j4fs"))))