[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: dico: Update to 2.6.
From: |
Ludovic Courtès |
Subject: |
02/03: gnu: dico: Update to 2.6. |
Date: |
Tue, 28 Aug 2018 06:35:10 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 1ae29e3f5a1f13b4ddfedd066b2e55556db031ce
Author: Ludovic Courtès <address@hidden>
Date: Tue Aug 28 12:25:06 2018 +0200
gnu: dico: Update to 2.6.
* gnu/packages/dico.scm (dico): Update to 2.6.
[inputs]: Switch to GUILE-2.2.
---
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 b374a9b..a85987d 100644
--- a/gnu/packages/dico.scm
+++ b/gnu/packages/dico.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015, 2016 Ludovic Courtès <address@hidden>
+;;; Copyright © 2015, 2016, 2018 Ludovic Courtès <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.5")
+ (version "2.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/dico/dico-"
version ".tar.xz"))
(sha256
(base32
- "0szm3z4xvq0pjj8kxl4paq63byamf281kzn1la0cdm5ngavypxxq"))))
+ "0zmi041gv5nd5fmyzgdrgrsy2pvjaq9p8dvvhxwi842hiyng5b7i"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags (list (string-append "--with-guile-site-dir=" %output
@@ -62,7 +62,7 @@
`(("m4" ,m4) ;used at run time
("pcre" ,pcre)
("python" ,python-2)
- ("guile" ,guile-2.0)
+ ("guile" ,guile-2.2)
("gsasl" ,gsasl)
("groff" ,groff)
("readline" ,readline)