This is an automated email from the git hooks/post-receive script.

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5b56e84f77 gnu: trealla: Update to 2.71.0.
5b56e84f77 is described below

commit 5b56e84f77d895b1f98f1bfbbc85fb4ee7395762
Author: jgart <jg...@dismail.de>
AuthorDate: Tue May 6 11:52:23 2025 -0500

    gnu: trealla: Update to 2.71.0.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.71.0.
    
    Change-Id: I053d5feb1c12df63207bce65c5d7fab40a662e3c
---
 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 07a98a2276..ed8e71181f 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -182,7 +182,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.70.4")
+    (version "2.71.0")
     (source
      (origin
        (method git-fetch)
@@ -191,7 +191,7 @@ it.")
          (url "https://github.com/trealla-prolog/trealla";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "0nx9nkiib5am0lhm6gisxbn1p2cf3m5dyjhc05r02bb59290mg9h"))
+        (base32 "0a121lplv3y1zbb0cvqs28n5wx0xl6gjbyzmygd5pm56m25a4qid"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to