[PATCH] gnu: avrdude: Update to 8.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 6 months ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
2f2a791044bcbde83c6bd5cb67738e8b299c1dac.1725218571.git.poptsov.artyom@gmail.com
* gnu/packages/flashing-tools.scm (avrdude): Update to 8.0.

Change-Id: I04afbd03be63a9e89456a9d5349c36e5928c80f9
---
gnu/packages/flashing-tools.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index c054e46bd3..0eced283f2 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -149,7 +149,7 @@ (define-public 0xffff
(define-public avrdude
(package
(name "avrdude")
- (version "7.3")
+ (version "8.0")
(source
(origin
(method git-fetch)
@@ -158,7 +158,7 @@ (define-public avrdude
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0g7c30baaxav43rlfj0cdbl40p2swamp44glz0rgf096wc0bg996"))))
+ (base32 "1r8cfi1lkic8zknb7x44i2mmwxzfwfbblr894x36mffa5da0g7y3"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ; no tests

base-commit: a977900d76b7585c401222a3ce8bbb82e5f6da45
--
2.45.2
宋文武 wrote 6 months ago
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 72938-done@debbugs.gnu.org)
87o756jp62.fsf@envs.net
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> writes:

Toggle quote (2 lines)
> * gnu/packages/flashing-tools.scm (avrdude): Update to 8.0.

Pushed to master as commit bbb3f7d694, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72938@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72938
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help