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 fe4f4dcfe1 gnu: trealla: Update to 2.90.21.
fe4f4dcfe1 is described below
commit fe4f4dcfe1917639148d99eb3091735ffdeafdb0
Author: jgart <[email protected]>
AuthorDate: Fri Feb 13 23:39:32 2026 -0500
gnu: trealla: Update to 2.90.21.
* gnu/packages/prolog.scm (trealla): Update to 2.90.21.
Change-Id: I83eda0123d58da558487d77c03b2417dc4deb28c
---
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 f4239094d6..796c568154 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -236,7 +236,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "2.90.18")
+ (version "2.90.21")
(source
(origin
(method git-fetch)
@@ -245,7 +245,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "0r2lp6b78q22pys1yml3d63lpr53r4q5arhfclnx45dggg51rd9d"))
+ (base32 "0n7gbmypwbx0rnb02wbkmvjk7apl0didv658pyn36j4hicfmj2jx"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs