guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: discount: Don't use NAME in source URI.


From: guix-commits
Subject: 01/09: gnu: discount: Don't use NAME in source URI.
Date: Sun, 24 Feb 2019 20:11:28 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ad0b91bde0143a08a3a330140a59c9cf14835efc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 25 00:14:05 2019 +0100

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

diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index 20da258..67f2bf2 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -114,7 +114,7 @@ convert it to structurally valid XHTML (or HTML).")
              (method url-fetch)
              (uri (string-append
                    "http://www.pell.portland.or.us/~orc/Code/";
-                   name "/" name "-" version ".tar.bz2"))
+                   "discount/discount-" version ".tar.bz2"))
              (sha256
               (base32
                "199hwajpspqil0a4y3yxsmhdp2dm73gqkzfk4mrwzsmlq8y1xzbl"))))



reply via email to

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