guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: recode: Update to 3.7.1.


From: Tobias Geerinckx-Rice
Subject: 01/03: gnu: recode: Update to 3.7.1.
Date: Mon, 1 Oct 2018 17:03:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 08cbd4f3b9ce0bc6aa052b22795a3a9b9f09b04c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Oct 1 22:58:19 2018 +0200

    gnu: recode: Update to 3.7.1.
    
    * gnu/packages/textutils.scm (recode): Update to 3.7.1.
---
 gnu/packages/textutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index ce34423..7e26bdc 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]