gnu: gnumeric: Don't use NAME in source URI.
* gnu/packages/gnome.scm (gnumeric)[source]: Hard-code NAME.master
parent
d74955606f
commit
b7fd0217e0
|
@ -2007,9 +2007,9 @@ Hints specification (EWMH).")
|
||||||
(version "1.12.36")
|
(version "1.12.36")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/gnumeric/"
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
"gnumeric-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j28qpbz9a9p80x27kcwxl5n1hf36nn2fa7dxwrbhcdx4rgy5grw"))))
|
"0j28qpbz9a9p80x27kcwxl5n1hf36nn2fa7dxwrbhcdx4rgy5grw"))))
|
||||||
|
|
Reference in New Issue