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 3281477da4 gnu: trealla: Update to 3.9.4.
3281477da4 is described below

commit 3281477da463c6f86daf63595bf446c50107a5a0
Author: jgart <[email protected]>
AuthorDate: Sun Aug 30 07:48:16 2026 +0100

    gnu: trealla: Update to 3.9.4.
    
    * gnu/packages/prolog.scm (trealla): Update to 3.9.4.
    
    Change-Id: If9eacadaf0e0db5c504398d90b5cb148ef29a87f
---
 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 3825910969..b0784ca2ea 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -237,7 +237,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "3.9.0")
+    (version "3.9.4")
     (source
      (origin
        (method git-fetch)
@@ -246,7 +246,7 @@ it.")
           (url "https://github.com/trealla-prolog/trealla";)
           (commit (string-append "v" version))))
        (sha256
-        (base32 "0bcxhcbcrqr4id5cpafbv9px07h9adls4d9pxvpbvnapfzqmyq86"))
+        (base32 "0n24lvvgspamh46l6xg9vn1xkp641a33y9q84glzypcs6pyswgxp"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (inputs

Reply via email to