This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new afa6b28cd19 gnu: libxo: Update to 2.3.0.
afa6b28cd19 is described below

commit afa6b28cd1957a55817b5da10bf2555a5511a979
Author: Sören Tempel <[email protected]>
AuthorDate: Sat Sep 19 13:36:29 2026 +0200

    gnu: libxo: Update to 2.3.0.
    
    * gnu/packages/textutils.scm (libxo): Update to 2.3.0.
---
 gnu/packages/textutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 91edc49347a..6b5d033f8ca 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -323,7 +323,7 @@ the Hannon Lab.")
 (define-public libxo
   (package
     (name "libxo")
-    (version "2.1.0")
+    (version "2.3.0")
     (source
      (origin
        (method git-fetch)
@@ -332,7 +332,7 @@ the Hannon Lab.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "19dmhds6yz8bfdgfbibmzpwn324g0s4f8lca4zm4v9jh6ah8jmwr"))))
+        (base32 "164bp57pjgj58lcy8h5hxv8ir1vrdrk47w68gidr22zylrp6wdvx"))))
     (build-system gnu-build-system)
     (inputs (list perl))
     (native-inputs (list autoconf

Reply via email to