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 a787c238ed gnu: trealla: Update to 3.9.24.
a787c238ed is described below
commit a787c238edc4544931a42b21f517db40a719a298
Author: jgart <[email protected]>
AuthorDate: Wed Sep 2 11:09:03 2026 +0100
gnu: trealla: Update to 3.9.24.
* gnu/packages/prolog.scm (trealla): Update to 3.9.24.
Change-Id: I151fe9151dedc918a8f66c2486ff7ee078894623
---
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 920a1904f1..17708d46ab 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.18")
+ (version "3.9.24")
(source
(origin
(method git-fetch)
@@ -246,7 +246,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "002bzn2n3s0g0g9g8x979fvxw6xfbr68h2xc2fji12xds8kx72a2"))
+ (base32 "1blxqygaa4i2rsa53hwixclr6viga8awc8p0wzrsxqwainbbaxam"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs