gnu: recode: Don't use NAME in source URI.

* gnu/packages/textutils.scm (recode)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-09-11 22:24:36 +02:00
parent 5ca1900ba5
commit 6f2f7bc88a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ to DOS format and vice versa.")
(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)))