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 36ac4f6ca3 gnu: trealla: Update to 2.90.9.
36ac4f6ca3 is described below

commit 36ac4f6ca3bbc040fcd69928f945b5411555d497
Author: jgart <[email protected]>
AuthorDate: Mon Feb 9 18:45:07 2026 -0500

    gnu: trealla: Update to 2.90.9.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.90.9.
    
    Change-Id: Iad240abd6aca819330815f89b437933eb9fab784
---
 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 cbca3d38f2..a3a6bfd4c4 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -189,7 +189,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.90.8")
+    (version "2.90.9")
     (source
      (origin
        (method git-fetch)
@@ -198,7 +198,7 @@ it.")
           (url "https://github.com/trealla-prolog/trealla";)
           (commit (string-append "v" version))))
        (sha256
-        (base32 "1v5g2lk1y2l4h70yhlwlgh33pcbcy6fbvc6adrinplw7g993c4pz"))
+        (base32 "0yfmy1fm90yvd6pvdbvi1nqq81cy8ml271fq3s6vz30gsmpcqc3c"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (inputs

Reply via email to