[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: trealla: Update to 2.67.14.
From: |
guix-commits |
Subject: |
branch master updated: gnu: trealla: Update to 2.67.14. |
Date: |
Tue, 01 Apr 2025 02:33:27 -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 bcd207005c gnu: trealla: Update to 2.67.14.
bcd207005c is described below
commit bcd207005c4ae1b0ae11ebe932047218ffe6ee83
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Apr 1 01:32:38 2025 -0500
gnu: trealla: Update to 2.67.14.
* gnu/packages/prolog.scm (trealla): Update to 2.67.14.
Change-Id: I8f96b90b0ccc25f5c06782044a3216df2180b447
---
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 2ce48bea85..08c4294b03 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -182,7 +182,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "2.67.13")
+ (version "2.67.14")
(source
(origin
(method git-fetch)
@@ -191,7 +191,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "0srk5n87zcqsw78w2aaa6skzrqxa28ikxbwrfqaihdbzhbgvd33f"))
+ (base32 "0h5jnb0bkiwbzq4f1w6sgxzc4v4yxqajab0s4pxcjyhsk6rqmjwg"))
(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.67.14.,
guix-commits <=