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 aff946d349 gnu: trealla: Update to 2.78.24.
aff946d349 is described below
commit aff946d3492fceee20c57a409750154cdfa5c9f0
Author: jgart <[email protected]>
AuthorDate: Sat Jul 19 09:42:01 2025 -0500
gnu: trealla: Update to 2.78.24.
* gnu/packages/prolog.scm (trealla): Update to 2.78.24.
Change-Id: I76a80e34757276e0bd43b1d74c8f6027a47c8b23
---
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 fc446b3238..557061cef2 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -185,7 +185,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "2.78.23")
+ (version "2.78.24")
(source
(origin
(method git-fetch)
@@ -194,7 +194,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "123xfc2fd4wy6hai1i07135nxjb7039xb9khdy4fwg36zwj53ghh"))
+ (base32 "12q88na4bixz9cbalmhi8w1y0zjlxv615kknfz6v0vrx9pyrpq6h"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs