guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]