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 471fc515c8 gnu: trealla: Update to 2.71.28.
471fc515c8 is described below

commit 471fc515c8bb015841d098aa7988c5718efa67cb
Author: jgart <[email protected]>
AuthorDate: Wed May 21 15:14:32 2025 -0500

    gnu: trealla: Update to 2.71.28.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.71.28.
    
    Change-Id: I14f6469c2bd37a5fce2cefe7599ac2e5e5e23924
---
 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 072b712cf8..0591781617 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -182,7 +182,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.71.24")
+    (version "2.71.28")
     (source
      (origin
        (method git-fetch)
@@ -191,7 +191,7 @@ it.")
          (url "https://github.com/trealla-prolog/trealla";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "0qj2nmqdbkhp381fzgwqifhac9kmrp5y4qjkafyhb5xjikf2mcpk"))
+        (base32 "0jqydp70j151w25590b6mybzjyzdx1s0vwqnih2agca5ccfzri8d"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to