[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/15: gnu: lightning: Update to 2.2.1
From: |
guix-commits |
Subject: |
13/15: gnu: lightning: Update to 2.2.1 |
Date: |
Thu, 23 Feb 2023 10:33:53 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 437e858e6c18ee82f3e6c5fe942cfb85ef9297f0
Author: Andy Tai <atai@atai.org>
AuthorDate: Tue Feb 21 16:34:57 2023 -0800
gnu: lightning: Update to 2.2.1
* gnu/packages/assembly.scm (lightning): Update to 2.2.1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/assembly.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 7e36bbcc71..ff8fe69e64 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -133,14 +133,14 @@ debugging information in STABS, DWARF 2, and CodeView 8
formats.")
(define-public lightning
(package
(name "lightning")
- (version "2.2.0")
+ (version "2.2.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/lightning/lightning-"
version ".tar.gz"))
(sha256
(base32
- "03kwvn00qggys203vpzb2kq2asy0ql7x84ajk05a62yg3kzq8faf"))))
+ "1aiwx9cl9c7swqcgrsjnvd5laah3iwxzl1van3670iv8sn0icrwq"))))
(build-system gnu-build-system)
(native-inputs (list zlib))
(arguments
- 03/15: gnu: infiniband-diags: Use gexps., (continued)
- 03/15: gnu: infiniband-diags: Use gexps., guix-commits, 2023/02/23
- 04/15: gnu: ibutils: Use gexps., guix-commits, 2023/02/23
- 06/15: gnu: psm2: Use gexps., guix-commits, 2023/02/23
- 05/15: gnu: ibutils: Fix compilation., guix-commits, 2023/02/23
- 12/15: doc: Further clarify documentation of 'host' and 'hosts-service-type'., guix-commits, 2023/02/23
- 07/15: gnu: openmpi: Use gexps., guix-commits, 2023/02/23
- 08/15: doc: hosts-service-type: Relocate to Base Services., guix-commits, 2023/02/23
- 09/15: system: Do not export local-host-entries., guix-commits, 2023/02/23
- 10/15: doc: hosts-service-type: Improve documentation., guix-commits, 2023/02/23
- 11/15: services: hosts: Do not export '%host'., guix-commits, 2023/02/23
- 13/15: gnu: lightning: Update to 2.2.1,
guix-commits <=
- 15/15: gnu: gnulib: Allow only one directory name in GNULIB_SRCDIR., guix-commits, 2023/02/23
- 14/15: gnu: Add aspell-dict-bg., guix-commits, 2023/02/23