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 293b1bd9c7 gnu: trealla: Update to 2.82.25.
293b1bd9c7 is described below

commit 293b1bd9c764d5e1be625f8fd87ac3e3b13adf1e
Author: jgart <[email protected]>
AuthorDate: Sat Aug 30 11:54:28 2025 -0500

    gnu: trealla: Update to 2.82.25.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.82.25.
    
    Change-Id: I6e90a4921409459b0ec94d198fb9302298c5f840
---
 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 3b526cc7d0..4ef7656a04 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -185,7 +185,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.82.23")
+    (version "2.82.25")
     (source
      (origin
        (method git-fetch)
@@ -194,7 +194,7 @@ it.")
          (url "https://github.com/trealla-prolog/trealla";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "0qsbgn8lq827z5d3a8dwrmbzk3z0kgvcp4wxqsizhplspsy1d7w1"))
+        (base32 "0mq1yf5sxzvi9rkw1vwmyh0a9yv8rhqy8z0wd5k748ymvjfhi6g2"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to