guix-commits
[Top][All Lists]
Advanced

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

03/14: gnu: gom: Don't use NAME in source URI.


From: guix-commits
Subject: 03/14: gnu: gom: Don't use NAME in source URI.
Date: Wed, 27 Feb 2019 09:49:27 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6c8a0b6f5ab9547dc8b8e1618298ccd7939d0ebf
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 25 13:50:31 2019 +0100

    gnu: gom: Don't use NAME in source URI.
    
    * gnu/packages/gnome.scm (gom)[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 0e0b30d..65f2e48 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3521,9 +3521,9 @@ such as OpenStreetMap, OpenCycleMap, OpenAerialMap, and 
Maps for free.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://gnome/sources/" name "/"
+       (uri (string-append "mirror://gnome/sources/gom/"
                            (version-major+minor version) "/"
-                           name "-" version ".tar.xz"))
+                           "gom-" version ".tar.xz"))
        (sha256
         (base32
          "1zaqqwwkyiswib3v1v8wafpbifpbpak0nn2kp13pizzn9bwz1s5w"))))



reply via email to

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