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 e1c81df2cf gnu: trealla: Update to 2.64.4.
e1c81df2cf is described below
commit e1c81df2cfb0d6f1e490083ad1b2b7f8df313bfd
Author: jgart <[email protected]>
AuthorDate: Fri Mar 7 00:00:59 2025 -0600
gnu: trealla: Update to 2.64.4.
* gnu/packages/prolog.scm (trealla): Update to 2.64.4.
Change-Id: Iff0ab2a309aaeb704ddfc1e71a5381e30640de9b
---
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 5937adbef0..80fc61b7f5 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -182,7 +182,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "2.64.3")
+ (version "2.64.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 "013fr1b1jmjpv1g82rq6q7icl2wfh955n1hc93m83gx53800kmln"))
+ (base32 "15dbil4a5ngsdlb0r320jadmmqvlbxzsq4f225brxi6a2b9d3w06"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs