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 47f9b0ae75 gnu: trealla: Update to 3.9.18.
47f9b0ae75 is described below
commit 47f9b0ae75e3c9009b406c84776dd236a41bec62
Author: jgart <[email protected]>
AuthorDate: Tue Sep 1 09:17:43 2026 +0100
gnu: trealla: Update to 3.9.18.
* gnu/packages/prolog.scm (trealla): Update to 3.9.18.
Change-Id: Ic2684a6623547ec0d86b7b9671624f07e803a512
---
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 b95e72500d..920a1904f1 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -237,7 +237,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "3.9.11")
+ (version "3.9.18")
(source
(origin
(method git-fetch)
@@ -246,7 +246,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "050qp8yp8ixxqhpip4x25pbccarihjp4isc48yyzrm2l8nrwyz0r"))
+ (base32 "002bzn2n3s0g0g9g8x979fvxw6xfbr68h2xc2fji12xds8kx72a2"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs