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

commit cc413e46f5c45d51b0b84da2a9636aa60ddd6b2b
Author: jgart <[email protected]>
AuthorDate: Tue Jan 21 22:46:46 2025 -0600

    gnu: trealla: Update to 2.63.27.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.63.27.
    
    Change-Id: Ib0419751933feab465e1dce11c613c5dff34741b
---
 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 d9c00c65e5..7f54b345a7 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -182,7 +182,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.63.25")
+    (version "2.63.27")
     (source
      (origin
        (method git-fetch)
@@ -191,7 +191,7 @@ it.")
          (url "https://github.com/trealla-prolog/trealla";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "0rlnq0m644c5rqzyyp9yqfjpd8wa49znn928487psa86j8v5wbxr"))
+        (base32 "1x4gf74qkf4ik130dyhbz764qbaq6fcg4lnih4hv97x17kd48mmd"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to