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 8741d34d3d gnu: trealla: Update to 2.55.14.
8741d34d3d is described below

commit 8741d34d3ddd53a87712cd5099913ec8644f25f0
Author: jgart <[email protected]>
AuthorDate: Thu Aug 1 20:02:56 2024 -0500

    gnu: trealla: Update to 2.55.14.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.55.14.
    
    Change-Id: I796a466590d9667934e610614611c8933ea2fdca
---
 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 b2936dfd87..6c1fd1e351 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.13")
+    (version "2.55.14")
     (source
      (origin
        (method git-fetch)
@@ -189,7 +189,7 @@ it.")
          (url "https://github.com/trealla-prolog/trealla";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "0ig2nixkg6r88rywad5idv9rihrachdiv4hivycq4v0if47hgqm4"))
+        (base32 "0j0z9gs9ja1hqr9zpi5r2y0109b3zr65p0vgwil34ni998p7rma8"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to