me
/
guix
Archived
1
0
Fork 0

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") (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"))))