all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 59401@debbugs.gnu.org
Subject: [bug#59401] [PATCH] gnu: lightning: Update to 2.2.0
Date: Sat, 19 Nov 2022 21:30:23 -0800	[thread overview]
Message-ID: <CAJsg1E_VR8VDR6khV+4Ph7+BfuoaWF=AetCkyR=_9Oku03EQsA@mail.gmail.com> (raw)

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


             reply	other threads:[~2022-11-20  5:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-20  5:30 Andy Tai [this message]
2022-11-20  9:16 ` bug#59401: [PATCH] gnu: lightning: Update to 2.2.0 Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJsg1E_VR8VDR6khV+4Ph7+BfuoaWF=AetCkyR=_9Oku03EQsA@mail.gmail.com' \
    --to=atai@atai.org \
    --cc=59401@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.