gnu: avrdude: Update to 6.3.

* gnu/packages/flashing-tools.scm (avrdude): Update to 6.3.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-16 20:57:53 +02:00
parent ff6807dc96
commit 3b31d985c3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -127,15 +127,14 @@ brick your device.")
(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)