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

commit a8ac7a4e93ad6b65b645220569ea4e77868f63e5
Author: Andy Tai <[email protected]>
AuthorDate: Sat Feb 28 22:56:11 2026 -0800

    gnu: groff: Update to 1.24.0.
    
    * gnu/packages/groff.scm (groff): Update to 1.24.0
    
    Change-Id: If42e96a1b51d6da042158824289f39b80e5c7807
    Merges: https://codeberg.org/guix/guix/pulls/6784
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/groff.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm
index c32bff0957..9e77e3cf65 100644
--- a/gnu/packages/groff.scm
+++ b/gnu/packages/groff.scm
@@ -47,13 +47,13 @@
 (define-public groff
   (package
    (name "groff")
-   (version "1.22.4")
+   (version "1.24.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/groff/groff-" version
                                 ".tar.gz"))
             (sha256 (base32
-                     "14q2mldnr1vx0l9lqp9v2f6iww24gj28iyh4j2211hyynx67p3p7"))))
+                     "0w3mf9jb5j1gbw1160lr5498q4ayl5i3jpf5g8721l1yzzcbr6z7"))))
    (build-system gnu-build-system)
    (outputs '("out"
               "doc"))                    ;12MiB of PS, PDF, HTML, and examples

Reply via email to