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 6cce6c53ea gnu: trealla: Update to 2.80.4.
6cce6c53ea is described below
commit 6cce6c53ea398597a8708c2d3d5259584cf8dd77
Author: jgart <[email protected]>
AuthorDate: Mon Aug 4 20:17:08 2025 -0500
gnu: trealla: Update to 2.80.4.
* gnu/packages/prolog.scm (trealla): Update to 2.80.4.
Change-Id: Ie7eadb85f7b98cafc388e0f89ecbb43c66c9538d
---
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 cf6700543c..4744f39579 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -185,7 +185,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "2.79.22")
+ (version "2.80.4")
(source
(origin
(method git-fetch)
@@ -194,7 +194,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "1fhk9lsj71a3l5j0dvn2qjmj85r2ixianjqlf5j5s4d7h08amm2y"))
+ (base32 "1sbfrzsjakfkbjvw8hl344l0cnf65nia8b7xxb6y7370k47mkil1"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs