mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue