This is an automated email from the git hooks/post-receive script.
jgart pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ce37c47492 gnu: trealla: Update to 2.70.4.
ce37c47492 is described below
commit ce37c47492810c3a3979bc9317acbc92d86baa2c
Author: jgart <[email protected]>
AuthorDate: Mon May 5 16:14:38 2025 -0500
gnu: trealla: Update to 2.70.4.
* gnu/packages/prolog.scm (trealla): Update to 2.70.4.
Change-Id: Ib30d3cd9d4f3fed089184bc8202fba3997cf57b7
---
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 c8b35200e5..07a98a2276 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -182,7 +182,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "2.70.3")
+ (version "2.70.4")
(source
(origin
(method git-fetch)
@@ -191,7 +191,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "19v4jzgrbgk5anvh1gv39p3kyqrlq02r299vzkq6q38bfkaydkix"))
+ (base32 "0nx9nkiib5am0lhm6gisxbn1p2cf3m5dyjhc05r02bb59290mg9h"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs