summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-10-22 16:15:16 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-10-30 16:13:03 +0900
commit36a90a1a044e9e141da71f6ff9c7fcf68bcf3016 (patch)
tree64b2cdadb7f3d48682afb0c852ef2ef609e5f419 /gnu
parentdb051f571539c4656908773c334dbee40beea340 (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
Diffstat (limited to 'gnu')
-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