mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: recode: Don't use NAME in source URI.
* gnu/packages/textutils.scm (recode)[source]: Hard-code NAME.
This commit is contained in:
parent
5ca1900ba5
commit
6f2f7bc88a
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ (define-public recode
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/rrthomas/recode/releases/"
|
||||
"download/v" version "/" name "-" version ".tar.gz"))
|
||||
"download/v" version "/recode-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1sl99dfx2b76paq86wv3a0lcy66f1hylf6iy04rzwxj7ccwpsk30"))
|
||||
(modules '((guix build utils)))
|
||||
|
|
Loading…
Reference in a new issue