* [bug#72938] [PATCH] gnu: avrdude: Update to 8.0.
@ 2024-09-01 19:22 Artyom V. Poptsov
2024-09-02 11:00 ` bug#72938: " 宋文武 via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-09-01 19:22 UTC (permalink / raw)
To: 72938; +Cc: Artyom V. Poptsov
* 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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-02 11:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-01 19:22 [bug#72938] [PATCH] gnu: avrdude: Update to 8.0 Artyom V. Poptsov
2024-09-02 11:00 ` bug#72938: " 宋文武 via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).