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 e4f565e886 gnu: trealla: Update to 2.89.7.
e4f565e886 is described below
commit e4f565e886ab19be1864d5361f2a3fb70b36be2f
Author: jgart <[email protected]>
AuthorDate: Thu Jan 22 14:00:43 2026 -0500
gnu: trealla: Update to 2.89.7.
* gnu/packages/prolog.scm (trealla): Update to 2.89.7.
Change-Id: I6a4a6efbb0a59345174efb1b3cca4caedf24ffcb
---
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 90d3683c66..f30fcd4099 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -189,7 +189,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "2.89.1")
+ (version "2.89.7")
(source
(origin
(method git-fetch)
@@ -198,7 +198,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "0dxblcq6p899rsj8p3k5s3p8i2mfhz95flk7x8r27vymc2fwhx0b"))
+ (base32 "0z3zx66v1qx80b97vmb8hhpb52jjbjs9rfz31myw6mf2fsgqb2b7"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs