[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: enchant: Update to 2.2.13.
From: |
guix-commits |
Subject: |
08/10: gnu: enchant: Update to 2.2.13. |
Date: |
Tue, 10 Nov 2020 14:05:32 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit e68399108522cc811a06e23f57dc91d5f4adc615
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 10 15:39:57 2020 +0100
gnu: enchant: Update to 2.2.13.
* gnu/packages/enchant.scm (enchant): Update to 2.2.13.
---
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 75b330f..950cb16 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.8")
+ (version "2.2.13")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/AbiWord/enchant/releases"
@@ -87,7 +87,7 @@ dictionaries.")
version ".tar.gz"))
(sha256
(base32
- "0m9m564qqwbssvvf7y3dlz1yxzqsjiqy1yd2zsmb3l0d7y2y5df7"))))
+ "084aqsrkzz2c1ls47p759d9bsi26d0m6wq9901k37483g46zkfga"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static"
- branch master updated (74b5b69 -> 28e2f27), guix-commits, 2020/11/10
- 07/10: gnu: rocksdb: Build reproducibly., guix-commits, 2020/11/10
- 09/10: gnu: amsynth: Order inputs alphabetically., guix-commits, 2020/11/10
- 04/10: gnu: xfconf: Update to 4.14.4., guix-commits, 2020/11/10
- 10/10: gnu: amsynth: Find external commands., guix-commits, 2020/11/10
- 06/10: gnu: jimtcl: Update to 0.80., guix-commits, 2020/11/10
- 02/10: gnu: ruby-chunky-png: Add warning about untrusted input., guix-commits, 2020/11/10
- 03/10: gnu: burp: Update to 2.3.38., guix-commits, 2020/11/10
- 01/10: gnu: ruby-chunky-png: Update to 1.3.14., guix-commits, 2020/11/10
- 05/10: gnu: mariadb-connector-c: Update to 3.1.11., guix-commits, 2020/11/10
- 08/10: gnu: enchant: Update to 2.2.13.,
guix-commits <=