me
/
guix
Archived
1
0
Fork 0

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>
Andy Tai 2023-02-21 16:34:57 -08:00 committed by Ludovic Courtès
parent 810788b550
commit 437e858e6c
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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