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 91dd354a10 gnu: trealla: Update to 2.56.12.
91dd354a10 is described below

commit 91dd354a10edbb0d3d4bc3220b671504eda871a7
Author: jgart <[email protected]>
AuthorDate: Wed Oct 16 18:13:40 2024 -0500

    gnu: trealla: Update to 2.56.12.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.56.12.
    
    Change-Id: Id19362edf9daaae100ef8a45e0ccac7f72c695a7
---
 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 5deadadd54..610f664523 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -182,7 +182,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.56.11")
+    (version "2.56.12")
     (source
      (origin
        (method git-fetch)
@@ -191,7 +191,7 @@ it.")
          (url "https://github.com/trealla-prolog/trealla";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "0v0m3difvsi5c4wd42n9xi714lsh11waykp08jqs9z4jxgamg95n"))
+        (base32 "0153dd2iz35zmb5kw83qzhjwpikh2lsgk4x3dangpvvs2wbkczkz"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to