summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-10-22 16:15:16 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-11-19 09:42:11 +0900
commit0368fbf2053ec9126c1f9a0e7b00e1d1ea833765 (patch)
tree868828fc3a2e1abb1c95b33a26ebb3482273bb56
parent7141acb4a3a39f601eae10f168758d2af6894597 (diff)
gnu: hunspell: Update to 1.7.2.
* gnu/packages/hunspell.scm (hunspell): Update to 1.7.2. [native-inputs]: Add gettext-minimal. Change-Id: Ibdc4378c90a1a1fbad0134f6d7744fad2aac3d86
-rw-r--r--gnu/packages/hunspell.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm
index 040c1a33f95..59cee1ef829 100644
--- a/gnu/packages/hunspell.scm
+++ b/gnu/packages/hunspell.scm
@@ -30,6 +30,7 @@
30 #:use-module (gnu packages autotools) 30 #:use-module (gnu packages autotools)
31 #:use-module (gnu packages base) 31 #:use-module (gnu packages base)
32 #:use-module (gnu packages compression) 32 #:use-module (gnu packages compression)
33 #:use-module (gnu packages gettext)
33 #:use-module (gnu packages m4) 34 #:use-module (gnu packages m4)
34 #:use-module (gnu packages perl) 35 #:use-module (gnu packages perl)
35 #:use-module (gnu packages textutils)) 36 #:use-module (gnu packages textutils))
@@ -37,7 +38,7 @@
37(define-public hunspell 38(define-public hunspell
38 (package 39 (package
39 (name "hunspell") 40 (name "hunspell")
40 (version "1.7.0") 41 (version "1.7.2")
41 (source 42 (source
42 (origin 43 (origin
43 (method git-fetch) 44 (method git-fetch)
@@ -47,10 +48,10 @@
47 (file-name (git-file-name name version)) 48 (file-name (git-file-name name version))
48 (sha256 49 (sha256
49 (base32 50 (base32
50 "0qxlkd012r45ppd21kldbq9k5ac5nmxz290z6m2kch9l56v768k1")))) 51 "03rlc00l0qwpwwcnz6gpzw35fxq247vp4421zpwwgaj8fp35fqf7"))))
51 (build-system gnu-build-system) 52 (build-system gnu-build-system)
52 (native-inputs 53 (native-inputs
53 (list autoconf automake libtool)) 54 (list autoconf automake gettext-minimal libtool))
54 (inputs 55 (inputs
55 (list perl)) 56 (list perl))
56 (native-search-paths (list (search-path-specification 57 (native-search-paths (list (search-path-specification