Skip to content
Snippets Groups Projects
Unverified Commit 3b31d985 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: avrdude: Update to 6.3.

* gnu/packages/flashing-tools.scm (avrdude): Update to 6.3.
parent ff6807dc
No related branches found
No related tags found
No related merge requests found
...@@ -127,15 +127,14 @@ (define-public 0xffff ...@@ -127,15 +127,14 @@ (define-public 0xffff
(define-public avrdude (define-public avrdude
(package (package
(name "avrdude") (name "avrdude")
(version "6.1") (version "6.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://savannah/avrdude/avrdude-" (uri (string-append "mirror://savannah/avrdude/avrdude-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "15m1w1qad3dj7r8n5ng1qqcaiyx1gyd6hnc3p2apgjllccdp77qg"))))
"0frxg0q09nrm95z7ymzddx7ysl77ilfbdix1m81d9jjpiv5bm64y"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libelf" ,libelf) `(("libelf" ,libelf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment