me
/
guix
Archived
1
0
Fork 0

gnu: recode: Update to 3.7.1.

* gnu/packages/textutils.scm (recode): Update to 3.7.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

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