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 d1888771ae gnu: trealla: Update to 2.84.22.
d1888771ae is described below
commit d1888771ae759b6ca3fc7fcbe1c6b6ffb7670e46
Author: jgart <[email protected]>
AuthorDate: Thu Nov 13 10:06:22 2025 -0600
gnu: trealla: Update to 2.84.22.
* gnu/packages/prolog.scm (trealla): Update to 2.84.22.
Change-Id: I696554fdff200e728542c47aaf1e5279bb0a74de
---
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 d419efd23d..8782afbadc 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -189,7 +189,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "2.84.19")
+ (version "2.84.22")
(source
(origin
(method git-fetch)
@@ -198,7 +198,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "1ypj4fas6s7wzgk2yn2ay1n93hjh89i9cc7clw8lly253aqhyfqb"))
+ (base32 "1lyfp29nhapd8zlvpj3x4sd6g2gwynwyq2hl317b4gn6byrl9hy8"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs