mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ (define-public discount
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue