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 9e3feb052c gnu: trealla: Update to 2.89.11.
9e3feb052c is described below

commit 9e3feb052c273a508b92fd9cf80c0c6fb91f0255
Author: jgart <[email protected]>
AuthorDate: Sun Jan 25 03:23:07 2026 -0500

    gnu: trealla: Update to 2.89.11.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.89.11.
    
    Change-Id: I11acd243b2638253c559c5fb3686dd5d1076fe5c
---
 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 e0375352d0..36640fcb41 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.10")
+    (version "2.89.11")
     (source
      (origin
        (method git-fetch)
@@ -198,7 +198,7 @@ it.")
           (url "https://github.com/trealla-prolog/trealla";)
           (commit (string-append "v" version))))
        (sha256
-        (base32 "169r9bnym6rfz19m7nk3fyfxw4izgacvn28zrfzds4lmy3jgxpqq"))
+        (base32 "106917ci85x04jyh054b8cm3fwr74lr6nh0adjvn2llwjick68j7"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (inputs

Reply via email to