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 e73ac4c5e7 gnu: trealla: Update to 2.86.5.
e73ac4c5e7 is described below
commit e73ac4c5e7a2ca1c5525c08819210c95cb2d82a9
Author: jgart <[email protected]>
AuthorDate: Fri Nov 28 16:19:14 2025 -0600
gnu: trealla: Update to 2.86.5.
* gnu/packages/prolog.scm (trealla): Update to 2.86.5.
Change-Id: I0587c79ee9a9e9b0e9c5f84e6e91582e8bc53070
---
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 842156026b..6d478ce869 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.18")
+ (version "2.86.5")
(source
(origin
(method git-fetch)
@@ -198,7 +198,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "1k2x025hkzpj79x81l6h1qc6rwmf3d97lxhhnzbfchxcygf5cmfq"))
+ (base32 "0fbhzln2mlga0d9ga2w2nl5ypp16lapcfynf5jmx1jyqvy4zggnj"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs