guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 06/14: gnu: gnumeric: Don't use NAME in source URI.
Date: Sun, 24 Feb 2019 15:29:41 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b7fd0217e0dd70a9816d2ff5e684f6e7aaf9ca25
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 24 20:39:20 2019 +0100

    gnu: gnumeric: Don't use NAME in source URI.
    
    * gnu/packages/gnome.scm (gnumeric)[source]: Hard-code NAME.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b15ed25..bfe62cc 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]