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 37366cca61 gnu: trealla: Update to 2.90.16.
37366cca61 is described below
commit 37366cca615acc22b90ee2cda03a148cf979ad74
Author: jgart <[email protected]>
AuthorDate: Thu Feb 12 08:45:07 2026 -0500
gnu: trealla: Update to 2.90.16.
* gnu/packages/prolog.scm (trealla): Update to 2.90.16.
Change-Id: I70f2c970b19fdb8367cba398747afe2ee91384a8
---
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 36982e4724..6f0228facb 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.11")
+ (version "2.90.16")
(source
(origin
(method git-fetch)
@@ -198,7 +198,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "1rchx7y96ng0cgsgc34zv3lf5d48x8p7zalknkmvp4iy6srk61m3"))
+ (base32 "00wf8gmhfxh6jh9605km2i950aydl2adxs7386nxia014m442iic"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs