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 ad5c98bc89 gnu: trealla: Update to 3.9.11.
ad5c98bc89 is described below
commit ad5c98bc898e85101964aa58e57de2fd2dcd4717
Author: jgart <[email protected]>
AuthorDate: Mon Aug 31 14:58:38 2026 +0100
gnu: trealla: Update to 3.9.11.
* gnu/packages/prolog.scm (trealla): Update to 3.9.11.
Change-Id: I2628974ff84e910f9cbe11a2294edb17d703973a
---
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 b0784ca2ea..b95e72500d 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.4")
+ (version "3.9.11")
(source
(origin
(method git-fetch)
@@ -246,7 +246,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "0n24lvvgspamh46l6xg9vn1xkp641a33y9q84glzypcs6pyswgxp"))
+ (base32 "050qp8yp8ixxqhpip4x25pbccarihjp4isc48yyzrm2l8nrwyz0r"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs