This is an automated email from the git hooks/post-receive script. andreas pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new eb9dbd57c4 gnu: lightning: Update to 2.2.3 eb9dbd57c4 is described below commit eb9dbd57c4700f289febad781298ca679866a8e5 Author: Andy Tai <a...@atai.org> AuthorDate: Thu Feb 8 23:21:00 2024 -0800 gnu: lightning: Update to 2.2.3 * gnu/packages/assembly.scm (lightning): Update to 2.2.3 Change-Id: Iddd550f1521b447acf4f119ddc9c2567a091427d Signed-off-by: Andreas Enge <andr...@enge.fr> --- 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 d80c29ed46..84a7274b3d 100644 --- a/gnu/packages/assembly.scm +++ b/gnu/packages/assembly.scm @@ -245,14 +245,14 @@ debugging information in STABS, DWARF 2, and CodeView 8 formats.") (define-public lightning (package (name "lightning") - (version "2.2.2") + (version "2.2.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/lightning/lightning-" version ".tar.gz")) (sha256 (base32 - "1qmkfg7br543kqy82hhpr1n8bsm9wrwb1z5w2whxc5xdvr185jha")))) + "0ab89k0xn1mdgabrbfk2993jx6835i8glrhhn7zgpbq07aiwfif0")))) (build-system gnu-build-system) (native-inputs (list zlib)) (arguments