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

commit b1aade581e41ad6182a385858707cb78005418de
Author: jgart <[email protected]>
AuthorDate: Mon Aug 11 10:21:46 2025 -0500

    gnu: trealla: Update to 2.82.2.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.82.2.
    
    Change-Id: I93473f406533bba689de275badcc97b6f92d2a4a
---
 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 d629754af3..61c2f13951 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -185,7 +185,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.81.3")
+    (version "2.82.2")
     (source
      (origin
        (method git-fetch)
@@ -194,7 +194,7 @@ it.")
          (url "https://github.com/trealla-prolog/trealla";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "0y92d80r3w2cvgkc1yz7c126bgycqj8xy8jnnvirbf6qdmr78h5d"))
+        (base32 "0ahcc7whfl1izzdqmqsxr87i997x07c0sg6ribawmwfpwqf7r0xa"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to