Skip to content
Snippets Groups Projects
Commit 34d02e6d authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: lightning: Update to 2.0.1.

* gnu/packages/lightning.scm (lightning): Update to 2.0.1.
parent 8c9a63f1
No related branches found
No related tags found
No related merge requests found
......@@ -25,14 +25,14 @@ (define-module (gnu packages lightning)
(define-public lightning
(package
(name "lightning")
(version "2.0.0")
(version "2.0.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/lightning/lightning-"
version ".tar.gz"))
(sha256
(base32
"0m0hc9aqw72wsg2sq2hx8zwhfvz814rfr7rz9qcyn3n4qv2kc5z4"))))
"1cc19rpgrqvpkzb19ffsxw3k254m46npbkx8cbgv3dbxjf9sf4v5"))))
(build-system gnu-build-system)
(synopsis "Library for generating assembly code at runtime")
(description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment