diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-22 16:15:16 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-30 16:13:03 +0900 |
| commit | 36a90a1a044e9e141da71f6ff9c7fcf68bcf3016 (patch) | |
| tree | 64b2cdadb7f3d48682afb0c852ef2ef609e5f419 | |
| parent | db051f571539c4656908773c334dbee40beea340 (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.scm | 7 |
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 @@ #: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)) @@ -37,7 +38,7 @@ (define-public hunspell (package (name "hunspell") - (version "1.7.0") + (version "1.7.2") (source (origin (method git-fetch) @@ -47,10 +48,10 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0qxlkd012r45ppd21kldbq9k5ac5nmxz290z6m2kch9l56v768k1")))) + "03rlc00l0qwpwwcnz6gpzw35fxq247vp4421zpwwgaj8fp35fqf7")))) (build-system gnu-build-system) (native-inputs - (list autoconf automake libtool)) + (list autoconf automake gettext-minimal libtool)) (inputs (list perl)) (native-search-paths (list (search-path-specification |
