[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
- branch master updated (ddd401d -> 7dbeb5a), guix-commits, 2019/06/15
- 03/09: gnu: dico: Update to 2.9.,
guix-commits <=
- 01/09: services: Remove unneeded imports that led to cycles., guix-commits, 2019/06/15
- 09/09: services: Include USB_ModeSwitch in %desktop-services., guix-commits, 2019/06/15
- 02/09: gnu: libmicrohttpd: Update to 0.9.64., guix-commits, 2019/06/15
- 08/09: services: Add usb-modeswitch-service-type., guix-commits, 2019/06/15
- 06/09: gnu: rush: Update to 1.9., guix-commits, 2019/06/15
- 05/09: gnu: wget: Update to 1.20.3., guix-commits, 2019/06/15
- 07/09: gnu: units: Update to 2.19., guix-commits, 2019/06/15
- 04/09: gnu: gengetopt: Update to 2.23., guix-commits, 2019/06/15