summaryrefslogtreecommitdiff
path: root/gnu/packages/enchant.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-10 15:39:57 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-10 18:19:40 +0100
commite68399108522cc811a06e23f57dc91d5f4adc615 (patch)
treef7589d1f5a258beff75f89afe7e77702dc39f1fb /gnu/packages/enchant.scm
parent115cd74da6c00f0c3b6c7d1741e4537c22584014 (diff)
downloadguix-patches-e68399108522cc811a06e23f57dc91d5f4adc615.tar
guix-patches-e68399108522cc811a06e23f57dc91d5f4adc615.tar.gz
gnu: enchant: Update to 2.2.13.
* gnu/packages/enchant.scm (enchant): Update to 2.2.13.
Diffstat (limited to 'gnu/packages/enchant.scm')
-rw-r--r--gnu/packages/enchant.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/enchant.scm b/gnu/packages/enchant.scm
index 75b330f83b..950cb16505 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"