guix-commits
[Top][All Lists]
Advanced

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

08/18: gnu: gtksourceview: Don't use NAME in source URI.


From: guix-commits
Subject: 08/18: gnu: gtksourceview: Don't use NAME in source URI.
Date: Mon, 18 Mar 2019 10:07:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f7e4dd5da05a67b08525c8686535a27365a83ebb
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 18 14:32:39 2019 +0100

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

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 1ac9021..2470960 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -402,9 +402,9 @@ printing and other features typical of a source code 
editor.")
    (version "3.24.8")
    (source (origin
              (method url-fetch)
-             (uri (string-append "mirror://gnome/sources/" name "/"
+             (uri (string-append "mirror://gnome/sources/gtksourceview/"
                                  (version-major+minor version) "/"
-                                 name "-" version ".tar.xz"))
+                                 "gtksourceview-" version ".tar.xz"))
              (sha256
               (base32
                "1zinqid62zjcsq7vy1y4mq1qh3hzd3zj7p8np7g0bdqd37zvi6qy"))))



reply via email to

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