gnu: recode: Update to 3.7.1.

* gnu/packages/textutils.scm (recode): Update to 3.7.1.
This commit is contained in:
Tobias Geerinckx-Rice 2018-10-01 22:58:19 +02:00
parent f95d454251
commit 08cbd4f3b9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -84,7 +84,7 @@ (define-public dos2unix
(define-public recode
(package
(name "recode")
(version "3.7")
(version "3.7.1")
(source
(origin
(method url-fetch)
@ -92,7 +92,7 @@ (define-public recode
"download/v" version "/" name "-" version ".tar.gz"))
(sha256
(base32
"0r4yhf7i7zp2nl2apyzz7r3i2in12n385hmr8zcfr18ly0ly530q"))
"0215hfj0rhlh0grg91qfx75pp6z09bpv8211qdxqihniw7y9a4fs"))
(modules '((guix build utils)))
(snippet '(begin
(delete-file "tests/Recode.c")