diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-24 20:39:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-24 21:29:20 +0100 |
commit | b7fd0217e0dd70a9816d2ff5e684f6e7aaf9ca25 (patch) | |
tree | bc278bd643d8493b1b647e07bc281c2b3ab46c80 | |
parent | d74955606fff6c6ec81e69826fa41d9b5ef9ac37 (diff) |
gnu: gnumeric: Don't use NAME in source URI.
* gnu/packages/gnome.scm (gnumeric)[source]: Hard-code NAME.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b15ed2520b..bfe62ccd45 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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")))) |