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 253c7c309a gnu: trealla: Update to 2.63.32.
253c7c309a is described below
commit 253c7c309a03612d8ff8c37ff6af364aaa044e1b
Author: jgart <[email protected]>
AuthorDate: Thu Jan 23 12:09:33 2025 -0600
gnu: trealla: Update to 2.63.32.
* gnu/packages/prolog.scm (trealla): Update to 2.63.32.
Change-Id: Ie03bcb4ce891e12b7a6bcc5d8423d37b1998c6a7
---
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 46c2edd1bf..41704630d7 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -182,7 +182,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "2.63.29")
+ (version "2.63.32")
(source
(origin
(method git-fetch)
@@ -191,7 +191,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "0s9mrgi370f9lqhnkkxld5icp81g8ywl0806h2njzkmw91ixw0j3"))
+ (base32 "1csnplniad11282hjffxyg7a8fl4p0khnfgkxmr4l26wf51phff9"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs