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 67f5f23c88 gnu: trealla: Update to 2.83.9.
67f5f23c88 is described below

commit 67f5f23c88b63f6ff3c13b03a8ea47336fa995a4
Author: jgart <[email protected]>
AuthorDate: Fri Sep 26 11:29:20 2025 -0500

    gnu: trealla: Update to 2.83.9.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.83.9.
    
    Change-Id: I8ca5daedef142f6f88a9f22283a7c0e9a518320a
---
 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 c6d5f42aa5..7cdcc3c576 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -185,7 +185,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.83.8")
+    (version "2.83.9")
     (source
      (origin
        (method git-fetch)
@@ -194,7 +194,7 @@ it.")
          (url "https://github.com/trealla-prolog/trealla";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "1bpfzrwsgbmjl1maiaw5b8ixkgh548gw1lkiznsjgkjm7dxr4ns4"))
+        (base32 "01gxml7g6qf185pa51v8vrsv1m42b3dz5rcnyqf7ic041s6p9bwl"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to