[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: avrdude: Update to 6.3.
From: |
guix-commits |
Subject: |
02/06: gnu: avrdude: Update to 6.3. |
Date: |
Tue, 16 Apr 2019 16:40:19 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 3b31d985c3fde2bfbe75e6e00b48d8bbb98ec13d
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Apr 16 20:57:53 2019 +0200
gnu: avrdude: Update to 6.3.
* gnu/packages/flashing-tools.scm (avrdude): Update to 6.3.
---
gnu/packages/flashing-tools.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index d9c663d..1a8ccdb 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -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)
- branch master updated (bcfb110 -> dd3266e), guix-commits, 2019/04/16
- 03/06: gnu: avrdude: Use @acronym{} mark-up., guix-commits, 2019/04/16
- 01/06: gnu: singular: Update to 4.1.2p1., guix-commits, 2019/04/16
- 04/06: gnu: docker, docker-cli: Update to 18.09.5., guix-commits, 2019/04/16
- 02/06: gnu: avrdude: Update to 6.3.,
guix-commits <=
- 06/06: gnu: epiphany: Don't use NAME in source URI., guix-commits, 2019/04/16
- 05/06: gnu: eolie: Update to 0.9.60., guix-commits, 2019/04/16