gnu: dico: Update to 2.9.

* gnu/packages/dico.scm (dico): Update to 2.9.
This commit is contained in:
Ludovic Courtès 2019-06-15 18:24:52 +02:00
parent b3f02caeec
commit d2de780272
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -38,14 +38,14 @@ (define-module (gnu packages dico)
(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