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
(package
(name "avrdude")
(version "6.1")
(version "6.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://savannah/avrdude/avrdude-"
version ".tar.gz"))
(sha256
(base32
"0frxg0q09nrm95z7ymzddx7ysl77ilfbdix1m81d9jjpiv5bm64y"))))
(base32 "15m1w1qad3dj7r8n5ng1qqcaiyx1gyd6hnc3p2apgjllccdp77qg"))))
(build-system gnu-build-system)
(inputs
`(("libelf" ,libelf)