diff options
author | Marius Bakke <[email protected]> | 2018-08-16 20:56:38 +0200 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2018-08-16 20:56:38 +0200 |
commit | df570bf271536399993b39e7ea2ea0452bb6cde4 (patch) | |
tree | 32cde458f90c599691831fc33cfbd4efcca9e9eb /gnu/packages/lighting.scm | |
parent | 37d203985e2817b0962129384e8b993a1bb92de9 (diff) | |
parent | 5f9a9945b5747e5ec284f8b116b2e8cc1b9064d7 (diff) |
Merge branch 'master' into staging
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) |