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 3e5bb1a1b5 gnu: trealla: Update to 2.84.9.
3e5bb1a1b5 is described below

commit 3e5bb1a1b53bbbc5f6d361b25fa5eaacfd3e2967
Author: jgart <[email protected]>
AuthorDate: Wed Oct 29 13:28:49 2025 -0500

    gnu: trealla: Update to 2.84.9.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.84.9.
    
    Change-Id: Icda68022f025adb0f48a2b306e1eeed7b115ab26
---
 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 80bb1345b3..5bc8662108 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -189,7 +189,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.84.7")
+    (version "2.84.9")
     (source
      (origin
        (method git-fetch)
@@ -198,7 +198,7 @@ it.")
          (url "https://github.com/trealla-prolog/trealla";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "0mzxvy0sklg33lqf2ialwvn0mdq4ax3z5yjy5s2dpfysh1ahawx9"))
+        (base32 "0qhh44wlpmr21jdngr0pkcbzqnlkkzbpl765xy0z1x7p7ragp28c"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to