unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71192] [PATCH] gnu: avrdude: Update to 7.3.
@ 2024-05-25  7:28 Artyom V. Poptsov
  2024-05-31 11:51 ` bug#71192: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-05-25  7:28 UTC (permalink / raw)
  To: 71192; +Cc: Artyom V. Poptsov

* gnu/packages/flashing-tools.scm (avrdude): Update to 7.3.
  [source]: Set to "https://github.com/avrdudes/avrdude/" as the project
  repository moved to GitHub.
  [build-system]: Use "cmake-build-system".
  [arguments]: Disable tests as there are none.
  [description]: Improve formatting.

Change-Id: I835563a6301d01089a9bfc2b1c3eb5050c4adb8f
---
 gnu/packages/flashing-tools.scm | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index 2629bafbe4..457f575c92 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -149,15 +149,19 @@ (define-public 0xffff
 (define-public avrdude
   (package
     (name "avrdude")
-    (version "6.3")
+    (version "7.3")
     (source
      (origin
-      (method url-fetch)
-      (uri (string-append "mirror://savannah/avrdude/avrdude-"
-                          version ".tar.gz"))
+      (method git-fetch)
+      (uri (git-reference
+            (url "https://github.com/avrdudes/avrdude/")
+            (commit (string-append "v" version))))
+      (file-name (git-file-name name version))
       (sha256
-       (base32 "15m1w1qad3dj7r8n5ng1qqcaiyx1gyd6hnc3p2apgjllccdp77qg"))))
-    (build-system gnu-build-system)
+       (base32 "0g7c30baaxav43rlfj0cdbl40p2swamp44glz0rgf096wc0bg996"))))
+    (build-system cmake-build-system)
+    (arguments
+     (list #:tests? #f))                      ; no tests
     (inputs
      (list libelf libusb-compat libftdi))
     (native-inputs
@@ -165,9 +169,9 @@ (define-public avrdude
     (home-page "https://www.nongnu.org/avrdude/")
     (synopsis "AVR downloader and uploader")
     (description
-     "AVRDUDE is a utility to download/upload/manipulate the ROM and
-EEPROM contents of AVR microcontrollers using the @acronym{ISP, in-system
-programming} technique.")
+     "@code{AVRDUDE} is a utility to download/upload/manipulate the ROM and EEPROM
+contents of AVR microcontrollers using the @acronym{ISP, in-system programming}
+technique.")
     (license license:gpl2+)))
 
 (define-public dfu-programmer

base-commit: c5e63e19ac672f9e63fc8ee98fa9a16f978ce19c
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71192: [PATCH] gnu: avrdude: Update to 7.3.
  2024-05-25  7:28 [bug#71192] [PATCH] gnu: avrdude: Update to 7.3 Artyom V. Poptsov
@ 2024-05-31 11:51 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-05-31 11:51 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: 71192-done

Hi Artyom,

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

> * gnu/packages/flashing-tools.scm (avrdude): Update to 7.3.
>   [source]: Set to "https://github.com/avrdudes/avrdude/" as the project
>   repository moved to GitHub.
>   [build-system]: Use "cmake-build-system".
>   [arguments]: Disable tests as there are none.
>   [description]: Improve formatting.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-31 11:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-25  7:28 [bug#71192] [PATCH] gnu: avrdude: Update to 7.3 Artyom V. Poptsov
2024-05-31 11:51 ` bug#71192: " Ludovic Courtès

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).