diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-14 15:00:08 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-14 15:54:31 +0200 |
commit | 0d5c879d89339ead8577fbf2f2163bbfe276a883 (patch) | |
tree | 4b97781c998f5b9f8271aefc7b4264bac6ae14b5 /gnu/packages/lighting.scm | |
parent | 23ae96d5a284e460c3208d1e899d73764842fbe7 (diff) | |
download | patches-0d5c879d89339ead8577fbf2f2163bbfe276a883.tar patches-0d5c879d89339ead8577fbf2f2163bbfe276a883.tar.gz |
gnu: ola: Update to 0.10.7.
* gnu/packages/lighting.scm (ola): Update to 0.10.7.
Diffstat (limited to 'gnu/packages/lighting.scm')
-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 c78d3fe462..b91f5c8834 100644 --- a/gnu/packages/lighting.scm +++ b/gnu/packages/lighting.scm @@ -37,7 +37,7 @@ (define-public ola (package (name "ola") - (version "0.10.6") + (version "0.10.7") (source (origin (method url-fetch) (uri (string-append @@ -46,7 +46,7 @@ (patches (search-patches "ola-readdir-r.patch")) (sha256 (base32 - "1w1s4bz0va0ay46qjqd7rlkp3ksx2kqbzsjr3ra71hrla4mk1a16")))) + "181imc9qkjm2m1iwrb5ixsckx893nc6qwjfzacsjlqp0jlnj8rca")))) (build-system gnu-build-system) (native-inputs `(("bison" ,bison) |