guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: dfu-programmer: Update to 0.7.2.


From: David Thompson
Subject: 01/01: gnu: dfu-programmer: Update to 0.7.2.
Date: Sat, 18 Jul 2015 14:48:44 +0000

davexunit pushed a commit to branch master
in repository guix.

commit 702675c51593f38b2d64812bb641711db569fd18
Author: David Thompson <address@hidden>
Date:   Sat Jul 18 06:47:33 2015 -0400

    gnu: dfu-programmer: Update to 0.7.2.
    
    * gnu/packages/flashing-tools.scm (dfu-programmer): Update to 0.7.2.  Add
      pkg-config input.
---
 gnu/packages/flashing-tools.scm |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index dafe204..194ed38 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]