guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: zenity: Don't use NAME in source URI.


From: guix-commits
Subject: 07/10: gnu: zenity: Don't use NAME in source URI.
Date: Mon, 14 Oct 2019 23:25:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5958df042cf13881947eca74e94cd894d21463ef
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Oct 14 23:49:14 2019 +0200

    gnu: zenity: Don't use NAME in source URI.
    
    * gnu/packages/gnome.scm (zenity)[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 52b7782..a442d57 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4998,9 +4998,9 @@ powerful general purpose text editor.")
     (version "3.32.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/" name "/"
+              (uri (string-append "mirror://gnome/sources/zenity/"
                                   (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
+                                  "zenity-" version ".tar.xz"))
               (sha256
                (base32
                 "15fdh8xfdhnwcynyh4byx3mrjxbyprqnwxzi7qn3g5wwaqryg1p7"))))



reply via email to

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