guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: usbutils: Update to 009.


From: Ludovic Courtès
Subject: 03/05: gnu: usbutils: Update to 009.
Date: Tue, 23 Jan 2018 09:01:23 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 54347e918bde1eabbae26567c0683c82608e43a7
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 23 14:29:15 2018 +0100

    gnu: usbutils: Update to 009.
    
    * gnu/packages/linux.scm (usbutils): Update to 009.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8921a47..aa36f05 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -672,7 +672,7 @@ slabtop, and skill.")
 (define-public usbutils
   (package
     (name "usbutils")
-    (version "008")
+    (version "009")
     (source
      (origin
       (method url-fetch)
@@ -680,7 +680,7 @@ slabtop, and skill.")
                           "usbutils-" version ".tar.xz"))
       (sha256
        (base32
-        "132clk14j4nm8crln2jymdbbc2vhzar2j2hnxyh05m79pbq1lx24"))))
+        "0q3iavmak2bs9xw486w4xfbjl0hbzii93ssgpr95mxmm9kjz1gwb"))))
     (build-system gnu-build-system)
     (inputs
      `(("libusb" ,libusb)



reply via email to

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