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 59df73256c gnu: trealla: Update to 2.63.11.
59df73256c is described below
commit 59df73256c87327e877956de568ccdc004a75cb1
Author: jgart <[email protected]>
AuthorDate: Sun Jan 5 15:05:36 2025 -0600
gnu: trealla: Update to 2.63.11.
* gnu/packages/prolog.scm (trealla): Update to 2.63.11.
Change-Id: I2bd879863a8f705846c0a0a6d08f64fc63cc8f4c
---
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 e251d1fdf3..fe33303d5d 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.10")
+ (version "2.63.11")
(source
(origin
(method git-fetch)
@@ -191,7 +191,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "18qyk0pl01ihcfd4ccfdr7xxg4bqhk377dvf11v4dkbax85a8s1c"))
+ (base32 "0b0van6lk7yirvlh27xms4ng4hc3k25fafj86hd70k41plq0p7yx"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs