guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: dico: Update to 2.9.


From: guix-commits
Subject: 03/09: gnu: dico: Update to 2.9.
Date: Sat, 15 Jun 2019 12:38:44 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d2de780272a000d72c0a2d3898f968c57fd2cf2e
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jun 15 18:24:52 2019 +0200

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

diff --git a/gnu/packages/dico.scm b/gnu/packages/dico.scm
index d96dbb8..f6ab568 100644
--- a/gnu/packages/dico.scm
+++ b/gnu/packages/dico.scm
@@ -38,14 +38,14 @@
 (define-public dico
   (package
     (name "dico")
-    (version "2.7")
+    (version "2.9")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/dico/dico-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0dg4aacnmlf3ljssd7dwh8z5644xzq8k1501mbsx8nz8p8a9mbsq"))))
+               "0i9xqhy3h5nlizcmav4mv5ay8ivdgn4l4k0k7fxix3fsc87nijyr"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags (list (string-append "--with-guile-site-dir=" %output



reply via email to

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