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

* gnu/packages/gnome.scm (gnumeric)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-02-24 20:39:20 +01:00
parent d74955606f
commit b7fd0217e0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2007,9 +2007,9 @@ Hints specification (EWMH).")
(version "1.12.36")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(uri (string-append "mirror://gnome/sources/gnumeric/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"gnumeric-" version ".tar.xz"))
(sha256
(base32
"0j28qpbz9a9p80x27kcwxl5n1hf36nn2fa7dxwrbhcdx4rgy5grw"))))