[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: trealla: Update to 2.55.11.
From: |
guix-commits |
Subject: |
branch master updated: gnu: trealla: Update to 2.55.11. |
Date: |
Wed, 31 Jul 2024 01:56:26 -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 b4657c1cea gnu: trealla: Update to 2.55.11.
b4657c1cea is described below
commit b4657c1ceaed59d06de21640b0759b080678383a
Author: jgart <jgart@dismail.de>
AuthorDate: Wed Jul 31 00:39:49 2024 -0500
gnu: trealla: Update to 2.55.11.
* gnu/packages/prolog.scm (trealla): Update to 2.55.11.
Change-Id: I0254cde4f5b72d39196d92d06839001eb54e68cf
---
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 fe2c3d3b51..b724e15cda 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -180,7 +180,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "2.55.10")
+ (version "2.55.11")
(source
(origin
(method git-fetch)
@@ -189,7 +189,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "1yhs21yqs4xq1dffhzi07wly4qrh3h75n6vy38rzq164gsi21crm"))
+ (base32 "0bxkz3iiygs9bjbd8wm2snw059p6cbvv1kimcfjqf8hj0q2px06v"))
(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.55.11.,
guix-commits <=