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 6a69d48e0e gnu: trealla: Update to 2.74.7.
6a69d48e0e is described below
commit 6a69d48e0e769173b0b1350b0d99959cf0732031
Author: jgart <[email protected]>
AuthorDate: Thu Jun 19 19:21:46 2025 -0400
gnu: trealla: Update to 2.74.7.
* gnu/packages/prolog.scm (trealla): Update to 2.74.7.
Change-Id: I21148cd311d401568cf150cadad27a27c2c4c026
---
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 c3f4c695ad..af55b82854 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -185,7 +185,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "2.74.4")
+ (version "2.74.7")
(source
(origin
(method git-fetch)
@@ -194,7 +194,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "0gd8rkcgmliacjhyf9rf7d0v1xj66r3ifg6jq4gr78hks9bkfx53"))
+ (base32 "0yc30p94blgin1c0kxryhw1cgwbya5ki0482ccd45dwc5w36wkiw"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs