all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [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

* bug#72938: [PATCH] gnu: avrdude: Update to 8.0.
  2024-09-01 19:22 [bug#72938] [PATCH] gnu: avrdude: Update to 8.0 Artyom V. Poptsov
@ 2024-09-02 11:00 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-09-02 11:00 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: 72938-done

"Artyom V. Poptsov" <poptsov.artyom@gmail.com> writes:

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

Pushed to master as commit bbb3f7d694, thank you!




^ permalink raw reply	[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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.