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 4b9b2595e4 gnu: trealla: Update to 2.89.10.
4b9b2595e4 is described below

commit 4b9b2595e41d683be25dee85a0c1230ff62ec344
Author: jgart <[email protected]>
AuthorDate: Sat Jan 24 14:47:41 2026 -0500

    gnu: trealla: Update to 2.89.10.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.89.10.
    
    Change-Id: Id50537fd703d94aa44065a6adbfe892a7ec89b0b
---
 gnu/packages/prolog.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/prolog.scm b/gnu/packages/prolog.scm
index 61d25a2b0e..e0375352d0 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -189,7 +189,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.89.7")
+    (version "2.89.10")
     (source
      (origin
        (method git-fetch)
@@ -198,7 +198,7 @@ it.")
           (url "https://github.com/trealla-prolog/trealla";)
           (commit (string-append "v" version))))
        (sha256
-        (base32 "0z3zx66v1qx80b97vmb8hhpb52jjbjs9rfz31myw6mf2fsgqb2b7"))
+        (base32 "169r9bnym6rfz19m7nk3fyfxw4izgacvn28zrfzds4lmy3jgxpqq"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (inputs

Reply via email to