[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: trealla: Update to 2.54.5.
From: |
guix-commits |
Subject: |
branch master updated: gnu: trealla: Update to 2.54.5. |
Date: |
Thu, 18 Jul 2024 11:26:43 -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 c2ba8b9e66 gnu: trealla: Update to 2.54.5.
c2ba8b9e66 is described below
commit c2ba8b9e66bab3f9196b9811a432da6a90018718
Author: jgart <jgart@dismail.de>
AuthorDate: Thu Jul 18 10:23:36 2024 -0500
gnu: trealla: Update to 2.54.5.
* gnu/packages/prolog.scm (trealla): Update to 2.54.5.
Change-Id: Ie0495ddcc1f82298cb4be9adec6dc92e7b0fa175
---
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 33f6690ae3..9f1e7c3e53 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -180,7 +180,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "2.54.3")
+ (version "2.54.5")
(source
(origin
(method git-fetch)
@@ -189,7 +189,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "1qvfy51xpp2yqzw28psja98p9sm7lf6mb91dz9z35r7xrvkc4s13"))
+ (base32 "1iwgss8jz16cddb286dv772f5hpassmxf4xv4rnrm1g6xf1ngi0h"))
(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.54.5.,
guix-commits <=