summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-28 15:51:56 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-28 17:16:40 +0200
commitf4a1de00629a8a64f974656e31f831517aeff129 (patch)
treea4792576c180c3490f7ab28b91f51bb3f7b3f84f
parent737e32a4673f37fa3a66f038f8d22ff41706e440 (diff)
downloadguix-f4a1de00629a8a64f974656e31f831517aeff129.tar.gz
gnu: recode: Update to 3.7.6.
* gnu/packages/textutils.scm (recode): Update to 3.7.6.
[source]: Remove snippet.
-rw-r--r--gnu/packages/textutils.scm8
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 9ce01e66ea..79cf172179 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)