GNU bug report logs - #72033
[PATCH] Update ola to 0.10.9

Previous Next

Package: guix-patches;

Reported by: Rick Huijzer <ikbenrickhuyzer <at> gmail.com>

Date: Wed, 10 Jul 2024 10:00:03 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Rick Huijzer <ikbenrickhuyzer <at> gmail.com>
Subject: bug#72033: closed (Re: [bug#72033] [PATCH] Update ola to 0.10.9)
Date: Sun, 11 Aug 2024 10:34:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72033: [PATCH] Update ola to 0.10.9

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 72033 <at> debbugs.gnu.org.

-- 
72033: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72033
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Rick Huijzer <ikbenrickhuyzer <at> gmail.com>
Cc: 72033-done <at> debbugs.gnu.org
Subject: Re: [bug#72033] [PATCH] Update ola to 0.10.9
Date: Sun, 11 Aug 2024 11:33:03 +0100
[Message part 3 (text/plain, inline)]
Rick Huijzer <ikbenrickhuyzer <at> 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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Rick Huijzer <ikbenrickhuyzer <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Rick Huijzer <ikbenrickhuyzer <at> gmail.com>
Subject: [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




This bug report was last modified 285 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.