gnu: discount: Don't use NAME in source URI.
* gnu/packages/markup.scm (discount)[source]: Hard-code NAME.
This commit is contained in:
parent
bb65f66ce0
commit
ad0b91bde0
|
@ -114,7 +114,7 @@ convert it to structurally valid XHTML (or HTML).")
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://www.pell.portland.or.us/~orc/Code/"
|
"http://www.pell.portland.or.us/~orc/Code/"
|
||||||
name "/" name "-" version ".tar.bz2"))
|
"discount/discount-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"199hwajpspqil0a4y3yxsmhdp2dm73gqkzfk4mrwzsmlq8y1xzbl"))))
|
"199hwajpspqil0a4y3yxsmhdp2dm73gqkzfk4mrwzsmlq8y1xzbl"))))
|
||||||
|
|
Loading…
Reference in New Issue