me
/
guix
Archived
1
0
Fork 0

gnu: ola: Update to 0.10.4.

* gnu/packages/lightning.scm (ola): Update to 0.10.4.
master
Tobias Geerinckx-Rice 2017-06-16 17:10:25 +02:00
parent 340502ba80
commit 8231c53938
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
(define-public ola
(package
(name "ola")
(version "0.10.3")
(version "0.10.4")
(source (origin
(method url-fetch)
(uri (string-append
@ -45,7 +45,7 @@
(patches (search-patches "ola-readdir-r.patch"))
(sha256
(base32
"1yf1yy9n64n73zjq2bwc0gik0dd3n05297hdrrma2qvb0imzm5h1"))))
"01zpm0vpin784jyjhbdad097a4i0cjdfrqqfbsvx47d6nbssq2my"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)