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 875eb949e9 gnu: trealla: Update to 2.90.18.
875eb949e9 is described below
commit 875eb949e9bd2fe217b3a148260ae76f0ec37d78
Author: jgart <[email protected]>
AuthorDate: Thu Feb 12 23:12:17 2026 -0500
gnu: trealla: Update to 2.90.18.
* gnu/packages/prolog.scm (trealla): Update to 2.90.18.
Change-Id: I6cca15341aae6b029f8d37dafebfadf829de789b
---
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 946c3344bb..f4239094d6 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.16")
+ (version "2.90.18")
(source
(origin
(method git-fetch)
@@ -245,7 +245,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "00wf8gmhfxh6jh9605km2i950aydl2adxs7386nxia014m442iic"))
+ (base32 "0r2lp6b78q22pys1yml3d63lpr53r4q5arhfclnx45dggg51rd9d"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs