guix-commits
[Top][All Lists]
Advanced

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

05/20: gnu: xlockmore: Don't use NAME in source URI.


From: guix-commits
Subject: 05/20: gnu: xlockmore: Don't use NAME in source URI.
Date: Wed, 21 Aug 2019 18:48:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3596b994e877896420afe38d8edd909d23fcf6a8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 21 20:52:36 2019 +0200

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

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 4661d09..bcc61f5 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -720,11 +720,11 @@ shows it again when the mouse cursor moves or a mouse 
button is pressed.")
     (source (origin
              (method url-fetch)
              (uri (list (string-append "http://sillycycle.com/xlock/";
-                                       name "-" version ".tar.xz")
+                                       "xlockmore-" version ".tar.xz")
                         ;; Previous releases are moved to a subdirectory.
                         (string-append "http://sillycycle.com/xlock/";
                                        "recent-releases/"
-                                       name "-" version ".tar.xz")))
+                                       "xlockmore-" version ".tar.xz")))
              (sha256
               (base32
                "1va11sbv5lbkxkp0i0msz5md3n2n82nzppk27rzdrw7y79vq37zw"))))



reply via email to

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