guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: compface: Don't use NAME in source URI.


From: guix-commits
Subject: 02/08: gnu: compface: Don't use NAME in source URI.
Date: Mon, 9 Mar 2020 19:07:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f30444b9da293d5e0db41ed07b6162c5235a8e19
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Mar 9 21:16:04 2020 +0100

    gnu: compface: Don't use NAME in source URI.
    
    * gnu/packages/mail.scm (compface)[source]: Hard-code NAME.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 27f7820..23d5ec6 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1150,7 +1150,7 @@ MailCore 2.")
               (method url-fetch)
               (uri (string-append "https://ftp.heanet.ie/mirrors/";
                                   "ftp.xemacs.org/aux/"
-                                  name "-" version ".tar.gz"))
+                                  "compface-" version ".tar.gz"))
               (sha256
                (base32
                 "09b89wg63hg502hsz592cd2h87wdprb1dq1k1y07n89hym2q56d6"))))



reply via email to

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