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

commit ca3a6bc11921a0f608f84c6dbd466d7cae9b5e88
Author: jgart <[email protected]>
AuthorDate: Thu Jul 10 09:04:56 2025 -0500

    gnu: trealla: Update to 2.78.0.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.78.0.
    
    Change-Id: I9da4bb040a199d7746f75d0c0fe12e4cbb07ac3f
---
 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 718d599c5c..5214c4705f 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -185,7 +185,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.77.51")
+    (version "2.78.0")
     (source
      (origin
        (method git-fetch)
@@ -194,7 +194,7 @@ it.")
          (url "https://github.com/trealla-prolog/trealla";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "0br45h2p7pbrzzjfpc4bl4drsh109qxscyib8kx48q8yfc8k4m2a"))
+        (base32 "0mbcjq653vx5px73719wbasz7h0jhr38i2nvcj4wp8kspd0pz788"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to