guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: trealla: Update to 2.56.8.


From: guix-commits
Subject: 01/02: gnu: trealla: Update to 2.56.8.
Date: Thu, 10 Oct 2024 08:39:54 -0400 (EDT)

jgart pushed a commit to branch master
in repository guix.

commit 8a70f72763617835f148ef68bd6e44b075313e54
Author: jgart <jgart@dismail.de>
AuthorDate: Wed Oct 9 15:34:51 2024 -0500

    gnu: trealla: Update to 2.56.8.
    
    * gnu/packages/prolog.scm (trealla): Update to 2.56.8.
    
    Change-Id: I86da853a4f40452959e0846b98273a83fed36d98
---
 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 557e31a6ce..810f558ff5 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -182,7 +182,7 @@ it.")
 (define-public trealla
   (package
     (name "trealla")
-    (version "2.56.7")
+    (version "2.56.8")
     (source
      (origin
        (method git-fetch)
@@ -191,7 +191,7 @@ it.")
          (url "https://github.com/trealla-prolog/trealla";)
          (commit (string-append "v" version))))
        (sha256
-        (base32 "1p4v68k347z7zxij7vma7xd7717llsicbsr2w8mc4m4qga2s5k0i"))
+        (base32 "10d7fhl782g96862pk8q0wjd0h9j6k8g750r5ddccmb1y8b31bvg"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]