[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: enchant: Update to 2.2.15.
From: |
guix-commits |
Subject: |
05/07: gnu: enchant: Update to 2.2.15. |
Date: |
Mon, 28 Dec 2020 10:52:55 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 1a86305c1353a819008a9e917445a6ccc81b8d23
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Sun Dec 27 17:03:03 2020 +0100
gnu: enchant: Update to 2.2.15.
* gnu/packages/enchant.scm (enchant): Update to 2.2.15.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/enchant.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/enchant.scm b/gnu/packages/enchant.scm
index dd7c7c8..f32e59e 100644
--- a/gnu/packages/enchant.scm
+++ b/gnu/packages/enchant.scm
@@ -79,7 +79,7 @@ dictionaries.")
(define-public enchant
(package
(name "enchant")
- (version "2.2.13")
+ (version "2.2.15")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/AbiWord/enchant/releases"
@@ -87,7 +87,7 @@ dictionaries.")
version ".tar.gz"))
(sha256
(base32
- "084aqsrkzz2c1ls47p759d9bsi26d0m6wq9901k37483g46zkfga"))))
+ "00vcykbb7lxh51prvmsb62a06q18a6rlk9ba5a7g45c1awaj43rv"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static"
- branch master updated (2341480 -> 1be0da2), guix-commits, 2020/12/28
- 03/07: gnu: desktop-file-utils: Update to 0.26., guix-commits, 2020/12/28
- 02/07: gnu: dialog: Enable tests., guix-commits, 2020/12/28
- 05/07: gnu: enchant: Update to 2.2.15.,
guix-commits <=
- 06/07: gnu: mpg123: Update to 1.26.4., guix-commits, 2020/12/28
- 01/07: gnu: dialog: Update to 1.3-20201126., guix-commits, 2020/12/28
- 07/07: gnu: whois: Update to 5.5.7., guix-commits, 2020/12/28
- 04/07: gnu: doctest: Update to 2.4.4., guix-commits, 2020/12/28