guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: recode: Update to 3.7.6.


From: guix-commits
Subject: 05/08: gnu: recode: Update to 3.7.6.
Date: Sat, 28 Sep 2019 11:36:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f4a1de00629a8a64f974656e31f831517aeff129
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Sep 28 15:51:56 2019 +0200

    gnu: recode: Update to 3.7.6.
    
    * gnu/packages/textutils.scm (recode): Update to 3.7.6.
    [source]: Remove snippet.
---
 gnu/packages/textutils.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 9ce01e6..79cf172 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -89,18 +89,14 @@ to DOS format and vice versa.")
 (define-public recode
   (package
     (name "recode")
-    (version "3.7.5")
+    (version "3.7.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/rrthomas/recode/releases/";
                            "download/v" version "/recode-" version ".tar.gz"))
        (sha256
-        (base32 "1sl99dfx2b76paq86wv3a0lcy66f1hylf6iy04rzwxj7ccwpsk30"))
-       (modules '((guix build utils)))
-       (snippet '(begin
-                   (delete-file "tests/Recode.c")
-                   #t))))
+        (base32 "0m59sd1ca0zw1aydpc3m8sw03nc885knmccqryg7byzmqs585ia6"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python)



reply via email to

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