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

commit e0ed879241eb36d74504b2f25fa2438882f5a6e0
Author: jgart <[email protected]>
AuthorDate: Wed Apr 2 22:26:33 2025 -0500

    gnu: trealla: Update to 2.67.18.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.67.18.
    
    Change-Id: I7241e2071ce651a70b6b9dd04f21554ca3689816
---
 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 beaef964f1..b63f3367a6 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -182,7 +182,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.67.15")
+    (version "2.67.18")
     (source
      (origin
        (method git-fetch)
@@ -191,7 +191,7 @@ it.")
          (url "https://github.com/trealla-prolog/trealla";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "0xjab48c149ymfcjny1qhjd86xd0lfh166gd9r6s6x4jbq8viwgw"))
+        (base32 "16z8fkpz0gzjys6b5ia41i922kl56iz3dj4x72chi7a0wzh62q07"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to