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 1fef20a1c0 gnu: trealla: Update to 2.103.13.
1fef20a1c0 is described below
commit 1fef20a1c0c25d887f7abd51e11079a53132fe35
Author: jgart <[email protected]>
AuthorDate: Mon Jul 13 08:49:51 2026 +0100
gnu: trealla: Update to 2.103.13.
* gnu/packages/prolog.scm (trealla): Update to 2.103.13.
Change-Id: If636cea29bbb59498e2f6d711c9b8267e0c9180c
---
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 8c3d3f7591..f8a3a2ecf4 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -237,7 +237,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "2.103.12")
+ (version "2.103.13")
(source
(origin
(method git-fetch)
@@ -246,7 +246,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "0gnqidb125qm7j6hvaw61ywp8bygk6cn4bw5fg8kr269igxiwc83"))
+ (base32 "0cck99zl33yd6r8j41dg0cq15c695gm1cca093xa534yh4hhsvjk"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs