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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64564 in the body.
You can then email your comments to 64564 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#64564
; Package
guix-patches
.
(Mon, 10 Jul 2023 21:19:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
peter <at> polidoro.io
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 10 Jul 2023 21:19:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Wed, 06 Sep 2023 03:25:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
peter <at> polidoro.io
:
bug acknowledged by developer.
(Wed, 06 Sep 2023 03:25:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 64564-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 04 Oct 2023 11:24:32 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 219 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.