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 94ec8623a8 gnu: trealla: Update to 2.82.33.
94ec8623a8 is described below

commit 94ec8623a86e49beb0f80415a1fc194b8498dc9a
Author: jgart <[email protected]>
AuthorDate: Fri Sep 12 15:52:17 2025 -0500

    gnu: trealla: Update to 2.82.33.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.82.33.
    
    Change-Id: I7d9d81bcc952215d0d12c8463967ccbba9337516
---
 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 0171b80462..0d054b8e1e 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -185,7 +185,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.82.32")
+    (version "2.82.33")
     (source
      (origin
        (method git-fetch)
@@ -194,7 +194,7 @@ it.")
          (url "https://github.com/trealla-prolog/trealla";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "1w69rx9w3kbbqj1bv9zfihn4lx3q8556ax0fp6gjp75050xy2fip"))
+        (base32 "12fxzyn0v9v185i31qc0n193d86klxvs9hd79p1m9z1ls5qayd9n"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs

Reply via email to