This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cc5ddb3a9f gnu: trealla: Update to 2.73.16.
cc5ddb3a9f is described below

commit cc5ddb3a9f9572cbdc421d6abfc67e3113840db2
Author: jgart <[email protected]>
AuthorDate: Tue Jun 17 10:55:49 2025 -0400

    gnu: trealla: Update to 2.73.16.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.73.16.
    
    Change-Id: I59b8fdf706ba601164b6a50bf8d88426744266ba
---
 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 e66fda0a73..a204536602 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -185,7 +185,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.73.14")
+    (version "2.73.16")
     (source
      (origin
        (method git-fetch)
@@ -194,7 +194,7 @@ it.")
          (url "https://github.com/trealla-prolog/trealla";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "0qilxw5jj1pxqv93hgxdbd1jhxg5ass73b126cvg7hsgga757nwd"))
+        (base32 "1iqy9k36cffnhywzkhgr1g1nxpqna001fv79wj1jlwrl0zj9q1pm"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to