[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: trealla: Update to 2.53.47.
From: |
guix-commits |
Subject: |
branch master updated: gnu: trealla: Update to 2.53.47. |
Date: |
Tue, 09 Jul 2024 14:35:24 -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 fd35427b26 gnu: trealla: Update to 2.53.47.
fd35427b26 is described below
commit fd35427b26982845db21ccd667e514c9e018ecd2
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Jul 9 13:33:54 2024 -0500
gnu: trealla: Update to 2.53.47.
* gnu/packages/prolog.scm (trealla): Update to 2.53.47.
Change-Id: Ide1766e92cc2ee0ec435f02db11bcd4c73fc3642
---
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 65b60c19d6..f82dc5e3dc 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -180,7 +180,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "2.53.37")
+ (version "2.53.47")
(source
(origin
(method git-fetch)
@@ -189,7 +189,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "15y9kwasz5aghhja3d8ngl7018z6h55xib19sr9lifkzjff5zv1w"))
+ (base32 "0h2lqy918i1qgymxyyswxb6pbnjw2rfq1rnclagiqnsz4ymzp9jp"))
(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.53.47.,
guix-commits <=