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

commit fb8574b148ac0f94fb1a85f30d243d2d253f89e4
Author: jgart <jg...@dismail.de>
AuthorDate: Mon Jul 28 00:04:22 2025 -0500

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

Reply via email to