gnu: recode: Update to 3.7.1.
* gnu/packages/textutils.scm (recode): Update to 3.7.1.
This commit is contained in:
parent
f95d454251
commit
08cbd4f3b9
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ to DOS format and vice versa.")
|
||||||
(define-public recode
|
(define-public recode
|
||||||
(package
|
(package
|
||||||
(name "recode")
|
(name "recode")
|
||||||
(version "3.7")
|
(version "3.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -92,7 +92,7 @@ to DOS format and vice versa.")
|
||||||
"download/v" version "/" name "-" version ".tar.gz"))
|
"download/v" version "/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r4yhf7i7zp2nl2apyzz7r3i2in12n385hmr8zcfr18ly0ly530q"))
|
"0215hfj0rhlh0grg91qfx75pp6z09bpv8211qdxqihniw7y9a4fs"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet '(begin
|
(snippet '(begin
|
||||||
(delete-file "tests/Recode.c")
|
(delete-file "tests/Recode.c")
|
||||||
|
|
Reference in a new issue