mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dfu-programmer: Update to 1.1.0.
* gnu/packages/flashing-tools.scm (dfu-programmer): Update to 1.1.0. [source]: Switch to git-fetch. [native-inputs]: Add autoconf and automake. Change-Id: Ib8cd7c1734fa36def23ccdba669b285871182f51
This commit is contained in:
parent
d178aa7203
commit
fc3f57c380
1 changed files with 10 additions and 9 deletions
|
@ -180,19 +180,20 @@ technique.")
|
|||
(define-public dfu-programmer
|
||||
(package
|
||||
(name "dfu-programmer")
|
||||
(version "0.7.2")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/dfu-programmer/dfu-programmer/"
|
||||
version "/dfu-programmer-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15gr99y1z9vbvhrkd25zqhnzhg6zjmaam3vfjzf2mazd39mx7d0x"))
|
||||
(patches (search-patches "dfu-programmer-fix-libusb.patch"))))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/dfu-programmer/dfu-programmer")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y9ayl97qdy36bmlcf5vrg85jn72pgx7blgxd1albk79r87q2632"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(list autoconf automake pkg-config))
|
||||
(inputs
|
||||
(list libusb))
|
||||
(home-page "https://dfu-programmer.github.io/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue