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 cf8bb791f6 gnu: trealla: Update to 2.85.18.
cf8bb791f6 is described below
commit cf8bb791f63e6fec8d0bb504d13eca458220ecac
Author: jgart <[email protected]>
AuthorDate: Tue Nov 25 16:36:43 2025 -0600
gnu: trealla: Update to 2.85.18.
* gnu/packages/prolog.scm (trealla): Update to 2.85.18.
Change-Id: I7cbf059e1a2dfe8218ff3d7e55a777b5bb5abefd
---
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 3c9d7abbf9..842156026b 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -189,7 +189,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "2.85.13")
+ (version "2.85.18")
(source
(origin
(method git-fetch)
@@ -198,7 +198,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "1c08k86ybdgdcn74f28kbvia97fk2hnzhj5il7w2z90zsxwnss28"))
+ (base32 "1k2x025hkzpj79x81l6h1qc6rwmf3d97lxhhnzbfchxcygf5cmfq"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs