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 ef8d0f6ab2 gnu: trealla: Update to 3.0.0.
ef8d0f6ab2 is described below

commit ef8d0f6ab22d937ef2d45cea76405ed9ef182e04
Author: jgart <[email protected]>
AuthorDate: Sun Jul 26 12:34:49 2026 +0100

    gnu: trealla: Update to 3.0.0.
    
    * gnu/packages/prolog.scm (trealla): Update to 3.0.0.
    
    Change-Id: I122c19c1f01c0e0d298fa91c43a959c65fa73ab9
---
 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 25dee71c19..5cb285d0e9 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -237,7 +237,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.108.4")
+    (version "3.0.0")
     (source
      (origin
        (method git-fetch)
@@ -246,7 +246,7 @@ it.")
           (url "https://github.com/trealla-prolog/trealla";)
           (commit (string-append "v" version))))
        (sha256
-        (base32 "1xn3gmmak8p3m93d9c026i45n5a4jbgm7q7g7bvq3scjczhhllnq"))
+        (base32 "0vqsmnawgl2b902d6ndvbfrh8qbkvjhygxkk0n8vhvcfm78mwda9"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (inputs

Reply via email to