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 a0459525b1 gnu: trealla: Update to 3.9.34.
a0459525b1 is described below
commit a0459525b144d0c8799552862ae97a5b3640d948
Author: jgart <[email protected]>
AuthorDate: Thu Sep 3 12:16:15 2026 +0100
gnu: trealla: Update to 3.9.34.
* gnu/packages/prolog.scm (trealla): Update to 3.9.34.
Change-Id: Ib2267693d9ed13f260cba85d67aa2b5f2923065a
---
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 17708d46ab..b077ca6f2d 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.24")
+ (version "3.9.34")
(source
(origin
(method git-fetch)
@@ -246,7 +246,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "1blxqygaa4i2rsa53hwixclr6viga8awc8p0wzrsxqwainbbaxam"))
+ (base32 "1hlbhpf9fz513lh6px7sslcvwn0l72lbyafqnp8jxg20lzr8vzgj"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs