guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: dico: Update to 2.5.


From: Efraim Flashner
Subject: 01/02: gnu: dico: Update to 2.5.
Date: Mon, 29 Jan 2018 13:47:26 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit a6a9e628693ed2d49cd9cdfca597fd4e63bbdef0
Author: Efraim Flashner <address@hidden>
Date:   Mon Jan 29 20:37:56 2018 +0200

    gnu: dico: Update to 2.5.
    
    * gnu/packages/dico.scm (dico): Update to 2.5.
    [inputs]: Add wordnet.
---
 gnu/packages/dico.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/dico.scm b/gnu/packages/dico.scm
index 5d163a8..b374a9b 100644
--- a/gnu/packages/dico.scm
+++ b/gnu/packages/dico.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015, 2016 Ludovic Courtès <address@hidden>
-;;; Copyright © 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2016, 2018 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -37,14 +37,14 @@
 (define-public dico
   (package
     (name "dico")
-    (version "2.4")
+    (version "2.5")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/dico/dico-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "13m7vahfbdj7hb38bjgd4cmfswavvxrcpppj9n4m4rar3wyzg52g"))))
+               "0szm3z4xvq0pjj8kxl4paq63byamf281kzn1la0cdm5ngavypxxq"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags (list (string-append "--with-guile-site-dir=" %output
@@ -67,7 +67,7 @@
        ("groff" ,groff)
        ("readline" ,readline)
        ("zlib" ,zlib)
-       ;; ("wordnet" ,wordnet) ;FIXME: link failure
+       ("wordnet" ,wordnet)
        ("libltdl" ,libltdl)))
     (home-page "https://www.gnu.org/software/dico/";)
     (synopsis "Implementation of DICT server (RFC 2229)")



reply via email to

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