Message ID | 20240710091146.20255-2-ikbenrickhuyzer@gmail.com |
---|---|
State | New |
Headers | show |
Series | [bug#72033] Update ola to 0.10.9 | expand |
Thanks. To be clear, the current version of OLA is also broken due to libusb.
Rick Huijzer <ikbenrickhuyzer@gmail.com> writes: > --- > To get ola fully working again libusb needs to be updated. I've submitted that patch earlier today > gnu/packages/lighting.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks, I've pushed this to master as d0dc4c5a6932a100c912947a6c9f090d22672ef1. Chris
diff --git a/gnu/packages/lighting.scm b/gnu/packages/lighting.scm index 6230963a4b..4794400e6e 100644 --- a/gnu/packages/lighting.scm +++ b/gnu/packages/lighting.scm @@ -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