[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: dico: Update to 2.4.
From: |
Ludovic Courtès |
Subject: |
02/02: gnu: dico: Update to 2.4. |
Date: |
Mon, 21 Nov 2016 14:25:44 +0000 (UTC) |
civodul pushed a commit to branch master
in repository guix.
commit c9eae83ffa05beb58f01da783af5f6de2f438eec
Author: Ludovic Courtès <address@hidden>
Date: Mon Nov 21 15:25:09 2016 +0100
gnu: dico: Update to 2.4.
* gnu/packages/dico.scm (dico): Update to 2.4.
[source]: Remove 'snippet'.
---
gnu/packages/dico.scm | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/dico.scm b/gnu/packages/dico.scm
index 1a674df..ec20c37 100644
--- a/gnu/packages/dico.scm
+++ b/gnu/packages/dico.scm
@@ -37,20 +37,14 @@
(define-public dico
(package
(name "dico")
- (version "2.3")
+ (version "2.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/dico/dico-"
version ".tar.xz"))
(sha256
(base32
- "13by0zimx90v2j8v7n4k9y3xwmh4q9jdc2f4f8yjs3x7f5bzm2pk"))
- (snippet
- ;; Upstream commit 89922fc.
- '(substitute* "include/dico/markup.h"
- (("const char \\*dico_markup_type;")
- "extern const char *dico_markup_type;")))
- (modules '((guix build utils)))))
+ "13m7vahfbdj7hb38bjgd4cmfswavvxrcpppj9n4m4rar3wyzg52g"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags (list (string-append "--with-guile-site-dir=" %output