me
/
guix
Archived
1
0
Fork 0

gnu: ola: Update to 0.10.5.

* gnu/packages/lighting.scm (ola): Update to 0.10.5.
master
Tobias Geerinckx-Rice 2017-10-29 17:54:02 +01:00
parent 59261ebeea
commit 484a1c05d0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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