GNU bug report logs - #64564
[PATCH 1/1] gnu: teensy-loader-cli: Fix input

Previous Next

Package: guix-patches;

Reported by: peter <at> polidoro.io

Date: Mon, 10 Jul 2023 21:19:03 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#64564: closed ([PATCH 1/1] gnu: teensy-loader-cli: Fix input)
Date: Wed, 06 Sep 2023 03:25:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 05 Sep 2023 23:24:05 -0400
with message-id <878r9kc7ca.fsf_-_ <at> gmail.com>
and subject line Re: bug#64564: [PATCH 1/1] gnu: teensy-loader-cli: Fix input
has caused the debbugs.gnu.org bug report #64564,
regarding [PATCH 1/1] gnu: teensy-loader-cli: Fix input
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
64564: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64564
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: peter <at> polidoro.io
To: guix-patches <at> gnu.org
Cc: Peter Polidoro <peter <at> polidoro.io>
Subject: [PATCH 1/1] gnu: teensy-loader-cli: Fix input
Date: Mon, 10 Jul 2023 17:17:51 -0400
From: Peter Polidoro <peter <at> polidoro.io>

* gnu/packages/flashing-tools.scm (): Update to .
---
 gnu/packages/flashing-tools.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index 19219a6d7e..db29e79e80 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -244,7 +244,7 @@ (define-public teensy-loader-cli
                (install-file "teensy_loader_cli" bin)
                #t))))))
     (inputs
-     (list libusb-compat))
+     (list libusb-0.1))
     (synopsis "Command line firmware uploader for Teensy development boards")
     (description
      "The Teensy loader program communicates with your Teensy board when the
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: peter <at> polidoro.io
Cc: 64564-done <at> debbugs.gnu.org
Subject: Re: bug#64564: [PATCH 1/1] gnu: teensy-loader-cli: Fix input
Date: Tue, 05 Sep 2023 23:24:05 -0400
Hello,

peter <at> polidoro.io writes:

> From: Peter Polidoro <peter <at> polidoro.io>
>
> * gnu/packages/flashing-tools.scm (): Update to .
> ---
>  gnu/packages/flashing-tools.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
> index 19219a6d7e..db29e79e80 100644
> --- a/gnu/packages/flashing-tools.scm
> +++ b/gnu/packages/flashing-tools.scm
> @@ -244,7 +244,7 @@ (define-public teensy-loader-cli
>                 (install-file "teensy_loader_cli" bin)
>                 #t))))))
>      (inputs
> -     (list libusb-compat))
> +     (list libusb-0.1))

libusb-compat has been fixed, so this change is no longer needed.

Closing.

-- 
Thanks,
Maxim


This bug report was last modified 1 year and 317 days ago.

Previous Next


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