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 0c91ba3a1d gnu: trealla: Update to 2.90.31.
0c91ba3a1d is described below
commit 0c91ba3a1d851d23ee6a8609f3dd489012fe9bac
Author: jgart <[email protected]>
AuthorDate: Thu Feb 19 14:13:51 2026 -0500
gnu: trealla: Update to 2.90.31.
* gnu/packages/prolog.scm (trealla): Update to 2.90.31.
Change-Id: I713de5e3eb234b5c6dc5a4d6cf6c383ced06e03a
---
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 45a34cf852..f7e74d55e0 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.29")
+ (version "2.90.31")
(source
(origin
(method git-fetch)
@@ -245,7 +245,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "019lq71hilzhb1g2m5lp08l6acyw3hil61yvkqnplpgb7m5f93av"))
+ (base32 "11xlg5c9jxclnqzkhg8w8flqr43j3ps1icgm90pq7x38csmdgigg"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs