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 0ce2e759b4 gnu: trealla: Update to 2.90.29.
0ce2e759b4 is described below
commit 0ce2e759b4ee4e2c57b3d17b6b3789b9a51878ee
Author: jgart <[email protected]>
AuthorDate: Wed Feb 18 09:20:51 2026 -0500
gnu: trealla: Update to 2.90.29.
* gnu/packages/prolog.scm (trealla): Update to 2.90.29.
Change-Id: I16f2859f69219ac17b92a93192acabf31cdc6a55
---
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 e912714d07..45a34cf852 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.24")
+ (version "2.90.29")
(source
(origin
(method git-fetch)
@@ -245,7 +245,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "128si3i88n35c14fpp7fly9mpybqmw21is76rgcg7g16q11z1jp5"))
+ (base32 "019lq71hilzhb1g2m5lp08l6acyw3hil61yvkqnplpgb7m5f93av"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs