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 523be5554d gnu: trealla: Update to 2.78.37.
523be5554d is described below
commit 523be5554d197cb31a0e83a9bc2b940609472ada
Author: jgart <[email protected]>
AuthorDate: Thu Jul 24 10:27:48 2025 -0500
gnu: trealla: Update to 2.78.37.
* gnu/packages/prolog.scm (trealla): Update to 2.78.37.
Change-Id: I126fad358c80d6e1cae7212162e53e6f5a278ba8
---
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 557061cef2..718fc85815 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.24")
+ (version "2.78.37")
(source
(origin
(method git-fetch)
@@ -194,7 +194,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "12q88na4bixz9cbalmhi8w1y0zjlxv615kknfz6v0vrx9pyrpq6h"))
+ (base32 "07f5l6r3v23y5xmnkqi0ckv99jdljdzvz7d3pyh2xy48sdr2q0mq"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs