diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-29 17:54:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-30 17:20:43 +0100 |
commit | 484a1c05d0f3eed4a7a07a4f40fe2d75efcfaaa0 (patch) | |
tree | 01c200b1f47bcfb75edd08d2757475cd03f2bf68 /gnu | |
parent | 59261ebeea1985e4edcdc36d96655bb6226652f7 (diff) | |
download | guix-484a1c05d0f3eed4a7a07a4f40fe2d75efcfaaa0.tar guix-484a1c05d0f3eed4a7a07a4f40fe2d75efcfaaa0.tar.gz |
gnu: ola: Update to 0.10.5.
* gnu/packages/lighting.scm (ola): Update to 0.10.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lighting.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lighting.scm b/gnu/packages/lighting.scm index ab7069b53b..18512105cb 100644 --- a/gnu/packages/lighting.scm +++ b/gnu/packages/lighting.scm @@ -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) |