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 c6ed8c60a3 gnu: trealla: Update to 2.74.4.
c6ed8c60a3 is described below
commit c6ed8c60a3a548092ebaeafae1396721dd78ea0c
Author: jgart <[email protected]>
AuthorDate: Thu Jun 19 03:11:50 2025 -0400
gnu: trealla: Update to 2.74.4.
* gnu/packages/prolog.scm (trealla): Update to 2.74.4.
Change-Id: I555349aad2b325050689673863f760cf1eea0871
---
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 95e1b3a8a9..c3f4c695ad 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.2")
+ (version "2.74.4")
(source
(origin
(method git-fetch)
@@ -194,7 +194,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "079wz9fpmbpga8xa3q6qp6rw6mclal07h02di1g6z7qj3k8am35m"))
+ (base32 "0gd8rkcgmliacjhyf9rf7d0v1xj66r3ifg6jq4gr78hks9bkfx53"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs