[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: trealla: Update to 2.56.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: trealla: Update to 2.56.1. |
Date: |
Mon, 30 Sep 2024 18:07:50 -0400 |
This is an automated email from the git hooks/post-receive script.
jgart pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new dd4340a910 gnu: trealla: Update to 2.56.1.
dd4340a910 is described below
commit dd4340a910aec3896275d83212f9c6086d9e14c6
Author: jgart <jgart@dismail.de>
AuthorDate: Sat Sep 28 22:39:58 2024 -0500
gnu: trealla: Update to 2.56.1.
* gnu/packages/prolog.scm (trealla): Update to 2.56.1.
Change-Id: Ifca36ba3ae5d2c7e55dd10592edbd15619e5298f
---
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 18eb65c9cc..14e9a4bc92 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.0")
+ (version "2.56.1")
(source
(origin
(method git-fetch)
@@ -191,7 +191,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "0dpjz2qfnbm6ls7wd8radfywa2vd32zckarbic1ka4gjsii95ir6"))
+ (base32 "1hba5h2yl4jwjfdl0hb5a8f2xya8hkf9199v5ryg6scbalysl13q"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: trealla: Update to 2.56.1.,
guix-commits <=