[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: trealla: update to 2.53.10.
From: |
guix-commits |
Subject: |
branch master updated: gnu: trealla: update to 2.53.10. |
Date: |
Sat, 29 Jun 2024 11:28:59 -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 34c5573728 gnu: trealla: update to 2.53.10.
34c5573728 is described below
commit 34c5573728ebc24f702d915cdacc6c67155713e4
Author: jgart <jgart@dismail.de>
AuthorDate: Sat Jun 29 10:18:16 2024 -0500
gnu: trealla: update to 2.53.10.
* gnu/packages/prolog.scm (trealla): Update to 2.53.10.
Change-Id: I6ce5bfc95faa5453d6cdb8a3b03a3f4b21241193
---
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 0a4c36d99c..a5e68964f9 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.2")
+ (version "2.53.10")
(source
(origin
(method git-fetch)
@@ -189,7 +189,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "1szq4virrbxi41izd1wxr5xiggyxrhqj12sbj5s2dmr1m0691arf"))
+ (base32 "15lbzbqsam4832jnynsj7ksn17xrwqwdhs66ajpi4jf8hy4bqh15"))
(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.10.,
guix-commits <=