mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: dfu-programmer: Update to 0.7.2.
* gnu/packages/flashing-tools.scm (dfu-programmer): Update to 0.7.2. Add pkg-config input.
This commit is contained in:
parent
9cced52610
commit
702675c515
1 changed files with 4 additions and 2 deletions
|
@ -108,7 +108,7 @@ (define-public avrdude
|
|||
(define-public dfu-programmer
|
||||
(package
|
||||
(name "dfu-programmer")
|
||||
(version "0.7.0")
|
||||
(version "0.7.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -116,9 +116,11 @@ (define-public dfu-programmer
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17lglglk5xrqd2n0impg5bkq4j96qc51cw3kzcghzmzmn6fvg3gf"))
|
||||
"15gr99y1z9vbvhrkd25zqhnzhg6zjmaam3vfjzf2mazd39mx7d0x"))
|
||||
(patches (list (search-patch "dfu-programmer-fix-libusb.patch")))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("libusb" ,libusb)))
|
||||
(home-page "http://dfu-programmer.github.io/")
|
||||
|
|
Loading…
Reference in a new issue