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 e190129f2c gnu: trealla: Update to 2.79.7.
e190129f2c is described below
commit e190129f2cc5ab6867e9b8b8a65e6cbab60e49df
Author: jgart <[email protected]>
AuthorDate: Mon Jul 28 11:28:32 2025 -0500
gnu: trealla: Update to 2.79.7.
* gnu/packages/prolog.scm (trealla): Update to 2.79.7.
Change-Id: I6cd2876ecbe3e566d5a3b9d693746fcb79920421
---
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 0fb39e784b..de1017953d 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.6")
+ (version "2.79.7")
(source
(origin
(method git-fetch)
@@ -194,7 +194,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "1xj2dyr9bq5fkqmgvyk3jxxb57arjs8b1w8mzg9l82wmsd30nw05"))
+ (base32 "0zqkbjw4clfnd0lflr4yqg3zvm70v4x8qyakfdvw9zk7z9sljfx0"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs