* [bug#59401] [PATCH] gnu: lightning: Update to 2.2.0
@ 2022-11-20 5:30 Andy Tai
2022-11-20 9:16 ` bug#59401: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2022-11-20 5:30 UTC (permalink / raw)
To: 59401
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: 0001-gnu-lightning-Update-to-2.2.0.patch --]
[-- Type: text/x-patch, Size: 1421 bytes --]
From 34f29e8685d0d8bb68c2a46e4cc226ff1ec814e1 Mon Sep 17 00:00:00 2001
From: andy Tai <atai@atai.org>
Date: Sat, 19 Nov 2022 21:27:05 -0800
Subject: [PATCH] gnu: lightning: Update to 2.2.0
gnu/packages/assembly.scm (lightning): Update to 2.2.0
---
gnu/packages/assembly.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index df6587385f..8a899f0020 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -12,6 +12,7 @@
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2022 Felix Gruber <felgru@posteo.net>
+;;; Copyright © 2022 Andy Tai <atai@atai.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -132,14 +133,14 @@ (define-public yasm
(define-public lightning
(package
(name "lightning")
- (version "2.1.3")
+ (version "2.2.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/lightning/lightning-"
version ".tar.gz"))
(sha256
(base32
- "1jgxbq2cm51dzi3zhz38mmgwdcgs328mfl8iviw8dxn6dn36p1gd"))))
+ "03kwvn00qggys203vpzb2kq2asy0ql7x84ajk05a62yg3kzq8faf"))))
(build-system gnu-build-system)
(native-inputs (list zlib))
(arguments
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#59401: [PATCH] gnu: lightning: Update to 2.2.0
2022-11-20 5:30 [bug#59401] [PATCH] gnu: lightning: Update to 2.2.0 Andy Tai
@ 2022-11-20 9:16 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2022-11-20 9:16 UTC (permalink / raw)
To: Andy Tai; +Cc: 59401-done
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
Thanks. Patch pushed!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-20 9:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-20 5:30 [bug#59401] [PATCH] gnu: lightning: Update to 2.2.0 Andy Tai
2022-11-20 9:16 ` bug#59401: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.