guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: amtk: Don't use NAME in source URI.


From: guix-commits
Subject: 03/05: gnu: amtk: Don't use NAME in source URI.
Date: Sat, 12 Oct 2019 10:43:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bf92ba6b7bfe91c529195a500eb10ff173f4b5ad
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Oct 12 15:41:58 2019 +0200

    gnu: amtk: Don't use NAME in source URI.
    
    * gnu/packages/gnome.scm (amtk)[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 ec8a208..91a781b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3410,9 +3410,9 @@ which are easy to play with the aid of a mouse.")
     (version "5.0.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/" name "/"
+              (uri (string-append "mirror://gnome/sources/amtk/"
                                   (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
+                                  "amtk-" version ".tar.xz"))
               (sha256
                (base32
                 "09yy95w1s83c43mh9vha1jbb780yighf5pd2j0ygjmc68sjg871d"))))



reply via email to

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