guix_mirror_bot pushed a commit to branch misc-world-rebuild
in repository guix.

commit 4075a30bfe1f4a07abc6cc26dce8df7d91aa697a
Author: Andy Tai <[email protected]>
AuthorDate: Mon Feb 2 23:37:10 2026 -0800

    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.
    
    Change-Id: I19b7bfc98cbfee9eafde382d812e033a0f3c8e7e
    Merges: https://codeberg.org/guix/guix/pulls/6092
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/aspell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index d08343aa23..3d30bfac21 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -52,7 +52,7 @@
 (define-public aspell
   (package
     (name "aspell")
-    (version "0.60.8.1")
+    (version "0.60.8.2")
     (source
      (origin
       (method url-fetch)
@@ -60,7 +60,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "06yjhwlgpcvbrl5g83qjrpzjwjx7hka5lhsfc3x5gm229nri5nnn"))
+        "06b9szgm9cj1zh58r7sbl5fbi3vi9fs7b1as4ir8y176x9ilizjp"))
       (patches (search-patches "aspell-default-dict-dir.patch"))))
     (build-system gnu-build-system)
     (arguments

Reply via email to