[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72033] [PATCH] Update ola to 0.10.9
From: |
Rick Huijzer |
Subject: |
[bug#72033] [PATCH] Update ola to 0.10.9 |
Date: |
Wed, 10 Jul 2024 11:10:55 +0200 |
---
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(-)
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
base-commit: 71694363f6cc79e44955acbd9f7ca108e658caca
--
2.45.2
- [bug#72033] [PATCH] Update ola to 0.10.9,
Rick Huijzer <=