mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: ola: Update to 0.10.9.
* gnu/packages/lighting.scm (ola): Update to 0.10.9. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I6d2be5b0af57e454a35cd954369cd4cc567073f4
This commit is contained in:
parent
de714bcb46
commit
d0dc4c5a69
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ (define-module (gnu packages lighting)
|
|||
(define-public ola
|
||||
(package
|
||||
(name "ola")
|
||||
(version "0.10.8")
|
||||
(version "0.10.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -47,7 +47,7 @@ (define-public ola
|
|||
(url "https://github.com/OpenLightingProject/ola")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "17dwmjdw87hv314gv5b1rmh5jglz8a0rzw7wj26xn74xw2jvxa6l"))
|
||||
(base32 "0mbf5dc309pqg9ckqgk2kh9p3mf9vqsjkxnwjzqw7yzzf17ij3zk"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue