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 ac9a0bfcd6 gnu: trealla: Update to 2.91.1.
ac9a0bfcd6 is described below
commit ac9a0bfcd65e5d69a446898fd1d15f8c45c9ac11
Author: jgart <[email protected]>
AuthorDate: Tue Mar 3 09:34:22 2026 -0500
gnu: trealla: Update to 2.91.1.
* gnu/packages/prolog.scm (trealla): Update to 2.91.1.
Change-Id: Ie67c3ad73b28ddac582447c35d4e0a721f8d6f66
---
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 c81a7df380..4a77d81a0b 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -236,7 +236,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "2.91.0")
+ (version "2.91.1")
(source
(origin
(method git-fetch)
@@ -245,7 +245,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "0mklq6kn3icbs75g1rrmjw46nkv56gyzf3fn7gmhqd379mfya0jq"))
+ (base32 "0m8qzf90vlyxh59x9f5s1yvf8rm3nmindvgbxv5pnpzv6f6jkd0f"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs