gnu: dfu-programmer: Update to 0.7.2.

* gnu/packages/flashing-tools.scm (dfu-programmer): Update to 0.7.2.  Add
  pkg-config input.
master
David Thompson 2015-07-18 06:47:33 -04:00
parent 9cced52610
commit 702675c515
1 changed files with 4 additions and 2 deletions

View File

@ -108,7 +108,7 @@ technique (ISP).")
(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 @@ technique (ISP).")
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/")