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 a913acebd1 gnu: trealla: Update to 2.79.10.
a913acebd1 is described below

commit a913acebd17dc057ad10055aaca1acc5e63e8fa4
Author: jgart <[email protected]>
AuthorDate: Tue Jul 29 14:50:33 2025 -0500

    gnu: trealla: Update to 2.79.10.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.79.10.
    
    Change-Id: I7c7aeef3ac6ce1a8a633c4ad83405e80641c5da8
---
 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 de1017953d..2576b9da5d 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -185,7 +185,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.79.7")
+    (version "2.79.10")
     (source
      (origin
        (method git-fetch)
@@ -194,7 +194,7 @@ it.")
          (url "https://github.com/trealla-prolog/trealla";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "0zqkbjw4clfnd0lflr4yqg3zvm70v4x8qyakfdvw9zk7z9sljfx0"))
+        (base32 "0qir3l06fp924p9fh4hds0wq4gyqivic32h9afx5sqv086sk7ywn"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to