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 9c8e6a9b11 gnu: trealla: Update to 2.90.11.
9c8e6a9b11 is described below
commit 9c8e6a9b11c72c96fbdb6d8507338bcb483dd863
Author: jgart <[email protected]>
AuthorDate: Wed Feb 11 19:45:41 2026 -0500
gnu: trealla: Update to 2.90.11.
* gnu/packages/prolog.scm (trealla): Update to 2.90.11.
Change-Id: I0156dc0e1b30edf585722cf59e5a78468c975545
---
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 a3a6bfd4c4..36982e4724 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.9")
+ (version "2.90.11")
(source
(origin
(method git-fetch)
@@ -198,7 +198,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "0yfmy1fm90yvd6pvdbvi1nqq81cy8ml271fq3s6vz30gsmpcqc3c"))
+ (base32 "1rchx7y96ng0cgsgc34zv3lf5d48x8p7zalknkmvp4iy6srk61m3"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs