GNU bug report logs -
#64564
[PATCH 1/1] gnu: teensy-loader-cli: Fix input
Previous Next
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
[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 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)]
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.