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 937d04372c gnu: trealla: Update to 2.91.3.
937d04372c is described below

commit 937d04372cfcd5aebf14fd531a7f05e861ed6ac8
Author: jgart <[email protected]>
AuthorDate: Sun Mar 8 11:51:02 2026 -0400

    gnu: trealla: Update to 2.91.3.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.91.3.
    
    Change-Id: I87ee8d10f7a35f6caeedff3917a9754aa6f380f7
---
 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 4a77d81a0b..ee92683615 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.1")
+    (version "2.91.3")
     (source
      (origin
        (method git-fetch)
@@ -245,7 +245,7 @@ it.")
           (url "https://github.com/trealla-prolog/trealla";)
           (commit (string-append "v" version))))
        (sha256
-        (base32 "0m8qzf90vlyxh59x9f5s1yvf8rm3nmindvgbxv5pnpzv6f6jkd0f"))
+        (base32 "1ypwpxgcjz4gxb77pzjj1b202yr083cwj4dwp9m0vw0ynqgsl6va"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (inputs

Reply via email to