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

commit 7c7bad305a66da1e83299ce7fa2e96c803667d0a
Author: jgart <[email protected]>
AuthorDate: Tue Dec 2 07:23:25 2025 -0600

    gnu: trealla: Update to 2.86.7.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.86.7.
    
    Change-Id: Ied45fed8dedfca7d85dd3104488203b4d436b522
---
 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 6d478ce869..a7f263d40d 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -189,7 +189,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.86.5")
+    (version "2.86.7")
     (source
      (origin
        (method git-fetch)
@@ -198,7 +198,7 @@ it.")
          (url "https://github.com/trealla-prolog/trealla";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "0fbhzln2mlga0d9ga2w2nl5ypp16lapcfynf5jmx1jyqvy4zggnj"))
+        (base32 "095wyp463kh36pjd2n1iny7xlzsz0hlay9zg8ns7pz4vs6pngc78"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to