guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: totem: Don't use NAME in source URI.


From: guix-commits
Subject: 03/04: gnu: totem: Don't use NAME in source URI.
Date: Sat, 30 May 2020 18:18:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2a9761b13b44032f8d902e0fcfecd0659cbfa8c8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 31 00:00:46 2020 +0200

    gnu: totem: Don't use NAME in source URI.
    
    * gnu/packages/gnome.scm (totem)[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 1745bf7..03de035 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4889,9 +4889,9 @@ discovery protocols.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://gnome/sources/" name "/"
+       (uri (string-append "mirror://gnome/sources/totem/"
                            (version-major+minor version) "/"
-                           name "-" version ".tar.xz"))
+                           "totem-" version ".tar.xz"))
        (sha256
         (base32
          "028sc6xbyi7rs884862d8f3di6zhcm0lhvlpc3r69ifzjsq9my3b"))))



reply via email to

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