guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: usbutils: Update to 008.


From: Ludovic Courtès
Subject: 03/03: gnu: usbutils: Update to 008.
Date: Tue, 13 Dec 2016 23:23:14 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit e8a463e646a8dd21578abe0bc92437d4c2b65c25
Author: Ludovic Courtès <address@hidden>
Date:   Wed Dec 14 00:22:04 2016 +0100

    gnu: usbutils: Update to 008.
    
    * gnu/packages/linux.scm (usbutils): Update to 008.
    [inputs]: Add EUDEV.
---
 gnu/packages/linux.scm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a6cd46f..1dab68a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -579,7 +579,7 @@ slabtop, and skill.")
 (define-public usbutils
   (package
     (name "usbutils")
-    (version "006")
+    (version "008")
     (source
      (origin
       (method url-fetch)
@@ -587,10 +587,11 @@ slabtop, and skill.")
                           "usbutils-" version ".tar.xz"))
       (sha256
        (base32
-        "03pd57vv8c6x0hgjqcbrxnzi14h8hcghmapg89p8k5zpwpkvbdfr"))))
+        "132clk14j4nm8crln2jymdbbc2vhzar2j2hnxyh05m79pbq1lx24"))))
     (build-system gnu-build-system)
     (inputs
-     `(("libusb" ,libusb)))
+     `(("libusb" ,libusb)
+       ("eudev" ,eudev)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (home-page "http://www.linux-usb.org/";)



reply via email to

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