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 f6742d9785 gnu: trealla: Update to 3.6.13.
f6742d9785 is described below
commit f6742d978548b86379a25435e4a7be7b01fd8b52
Author: jgart <[email protected]>
AuthorDate: Mon Aug 24 14:10:03 2026 +0100
gnu: trealla: Update to 3.6.13.
* gnu/packages/prolog.scm (trealla): Update to 3.6.13.
Change-Id: I82daa3d0f221605f45b6d85c4f2a7096eb897635
---
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 93db83d32a..6072d46641 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -237,7 +237,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "3.5.22")
+ (version "3.6.13")
(source
(origin
(method git-fetch)
@@ -246,7 +246,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "154rn6qci81myj7gq0slp87f4jsv676sjmdgwj9m9zlp3cnhs8a0"))
+ (base32 "0pwaw2x92dd43ga7cc4an0nivfpls54fkx2jdyq6xzy74405f1km"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs