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 6689a96ce8 gnu: trealla: Update to 2.55.15.
6689a96ce8 is described below

commit 6689a96ce86497299bd29f183b744116fd2d6e32
Author: jgart <jg...@dismail.de>
AuthorDate: Mon Aug 5 16:30:03 2024 -0500

    gnu: trealla: Update to 2.55.15.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.55.15.
    
    Change-Id: Iaacdf45670a8db4180d1a426ea9292b451dece8b
---
 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 7906f03c91..7d2d1708c7 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -180,7 +180,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.55.14")
+    (version "2.55.15")
     (source
      (origin
        (method git-fetch)
@@ -189,7 +189,7 @@ it.")
          (url "https://github.com/trealla-prolog/trealla";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "0j0z9gs9ja1hqr9zpi5r2y0109b3zr65p0vgwil34ni998p7rma8"))
+        (base32 "1n8dbr7d5xw2nq8pjvnp3hk1rdycn633qiib35ccirxppq635mcx"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to