guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: enca: Update to 1.19.


From: Efraim Flashner
Subject: 02/02: gnu: enca: Update to 1.19.
Date: Sun, 25 Feb 2018 13:48:26 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 1462b456577ca315dd910f52baaf1e7750d9f281
Author: Efraim Flashner <address@hidden>
Date:   Sat Feb 24 23:59:45 2018 +0200

    gnu: enca: Update to 1.19.
    
    * gnu/packages/textutils.scm (enca): Update to 1.19.
    [inputs]: Remove recode.
    [arguments]: Allow parallel tests.
---
 gnu/packages/textutils.scm | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 7e001ed..1417bea 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -114,22 +114,18 @@ handy front-end to the library.")
 (define-public enca
   (package
     (name "enca")
-    (version "1.16")
+    (version "1.19")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "https://github.com/nijel/enca/archive/"; version ".tar.gz"))
        (sha256
-        (base32 "1xik00x0yvhswsw2isnclabhv536xk1s42cf5z54gfbpbhc7ni8l"))
+        (base32 "099z526i7qgij7q1w3lvhl88iv3jc3nqxca2i09h6s08ghyrmzf4"))
        (file-name (string-append name "-" version ".tar.gz"))))
     (build-system gnu-build-system)
-    (inputs `(("recode" ,recode)))
-
-    ;; Both 'test-convert-64.sh' and 'test-convert-filter.sh' manipulate a
-    ;; 'test.tmp' file, so they have to run in sequence.
-    (arguments '(#:parallel-tests? #f))
-
+    ;; enca-1.19 tests fail with recent recode.
+    ;(inputs `(("recode" ,recode)))
     (home-page "https://github.com/nijel/enca";)
     (synopsis "Text encoding detection tool")
     (description "Enca (Extremely Naive Charset Analyser) consists of libenca,



reply via email to

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