mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: avrdude: Update to 8.0.
* gnu/packages/flashing-tools.scm (avrdude): Update to 8.0. Change-Id: I04afbd03be63a9e89456a9d5349c36e5928c80f9 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
a3c6f1a38e
commit
bbb3f7d694
1 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ (define-public 0xffff
|
|||
(define-public avrdude
|
||||
(package
|
||||
(name "avrdude")
|
||||
(version "7.3")
|
||||
(version "8.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -158,7 +158,7 @@ (define-public avrdude
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0g7c30baaxav43rlfj0cdbl40p2swamp44glz0rgf096wc0bg996"))))
|
||||
(base32 "1r8cfi1lkic8zknb7x44i2mmwxzfwfbblr894x36mffa5da0g7y3"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ; no tests
|
||||
|
|
Loading…
Reference in a new issue