summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2026-02-02 23:37:10 -0800
committerNguyễn Gia Phong <cnx@loang.net>2026-07-22 12:20:07 +0900
commitf9aa4dfc09e098a4a11160181d09862cc96e84d7 (patch)
tree443aa28fcb0f30f355f35b5fa58b56cef9c387d1 /gnu/packages
parentd5c51d6d4b8c023bc468f5ed0bd546893e4fb84d (diff)
gnu: aspell: Update to 0.60.8.2.
* gnu/packages/aspell.scm (aspell): Update to 0.60.8.2. [source]<patches>: Remove aspell-CVE-2019-25051.patch. * gnu/packages/patches/aspell-CVE-2019-25051.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Merges: https://codeberg.org/guix/guix/pulls/6092 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/aspell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index d08343aa235..3d30bfac211 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -52,7 +52,7 @@
52(define-public aspell 52(define-public aspell
53 (package 53 (package
54 (name "aspell") 54 (name "aspell")
55 (version "0.60.8.1") 55 (version "0.60.8.2")
56 (source 56 (source
57 (origin 57 (origin
58 (method url-fetch) 58 (method url-fetch)
@@ -60,7 +60,7 @@
60 version ".tar.gz")) 60 version ".tar.gz"))
61 (sha256 61 (sha256
62 (base32 62 (base32
63 "06yjhwlgpcvbrl5g83qjrpzjwjx7hka5lhsfc3x5gm229nri5nnn")) 63 "06b9szgm9cj1zh58r7sbl5fbi3vi9fs7b1as4ir8y176x9ilizjp"))
64 (patches (search-patches "aspell-default-dict-dir.patch")))) 64 (patches (search-patches "aspell-default-dict-dir.patch"))))
65 (build-system gnu-build-system) 65 (build-system gnu-build-system)
66 (arguments 66 (arguments