summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-10-30 16:19:52 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-10-30 16:19:52 +0900
commit6878d0da2f166c69a0e27df5d13f271b3451c794 (patch)
treeb5142e49921c7ba396f9928cf3ea9ffc8578c61a /gnu
parent3ae5c9f2a78ce85beceb7467479c741e4c046830 (diff)
Revert "gnu: hunspell: Update to 1.7.2."
This reverts commit 36a90a1a044e9e141da71f6ff9c7fcf68bcf3016.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/hunspell.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm
index 59cee1ef829..040c1a33f95 100644
--- a/gnu/packages/hunspell.scm
+++ b/gnu/packages/hunspell.scm
@@ -30,7 +30,6 @@
#:use-module (gnu packages autotools)
#:use-module (gnu packages base)
#:use-module (gnu packages compression)
- #:use-module (gnu packages gettext)
#:use-module (gnu packages m4)
#:use-module (gnu packages perl)
#:use-module (gnu packages textutils))
@@ -38,7 +37,7 @@
(define-public hunspell
(package
(name "hunspell")
- (version "1.7.2")
+ (version "1.7.0")
(source
(origin
(method git-fetch)
@@ -48,10 +47,10 @@
(file-name (git-file-name name version))
(sha256
(base32
- "03rlc00l0qwpwwcnz6gpzw35fxq247vp4421zpwwgaj8fp35fqf7"))))
+ "0qxlkd012r45ppd21kldbq9k5ac5nmxz290z6m2kch9l56v768k1"))))
(build-system gnu-build-system)
(native-inputs
- (list autoconf automake gettext-minimal libtool))
+ (list autoconf automake libtool))
(inputs
(list perl))
(native-search-paths (list (search-path-specification