gnu: recode: Update to 3.7.6.
* gnu/packages/textutils.scm (recode): Update to 3.7.6. [source]: Remove snippet.
This commit is contained in:
parent
737e32a467
commit
f4a1de0062
|
@ -89,18 +89,14 @@ to DOS format and vice versa.")
|
||||||
(define-public recode
|
(define-public recode
|
||||||
(package
|
(package
|
||||||
(name "recode")
|
(name "recode")
|
||||||
(version "3.7.5")
|
(version "3.7.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/rrthomas/recode/releases/"
|
(uri (string-append "https://github.com/rrthomas/recode/releases/"
|
||||||
"download/v" version "/recode-" version ".tar.gz"))
|
"download/v" version "/recode-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sl99dfx2b76paq86wv3a0lcy66f1hylf6iy04rzwxj7ccwpsk30"))
|
(base32 "0m59sd1ca0zw1aydpc3m8sw03nc885knmccqryg7byzmqs585ia6"))))
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet '(begin
|
|
||||||
(delete-file "tests/Recode.c")
|
|
||||||
#t))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python" ,python)
|
`(("python" ,python)
|
||||||
|
|
Loading…
Reference in New Issue