guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: pciutils: Update to 3.6.2.


From: guix-commits
Subject: 04/06: gnu: pciutils: Update to 3.6.2.
Date: Fri, 1 Mar 2019 10:30:50 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit c62b1609ae5f62e2f57e67ac006dddc4d40d61ca
Author: Marius Bakke <address@hidden>
Date:   Fri Mar 1 14:19:54 2019 +0100

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

diff --git a/gnu/packages/pciutils.scm b/gnu/packages/pciutils.scm
index d5369f3..f8b79cf 100644
--- a/gnu/packages/pciutils.scm
+++ b/gnu/packages/pciutils.scm
@@ -31,7 +31,7 @@
 (define-public pciutils
   (package
     (name "pciutils")
-    (version "3.6.1")
+    (version "3.6.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -39,7 +39,7 @@
                     version ".tar.xz"))
               (sha256
                (base32
-                "1q39hh8scgvqppk1clzjh7yiq5p2r0knv52g3qzmdhsir4f47h7w"))))
+                "1wwkpglvvr1sdj2gxz9khq507y02c4px48njy25divzdhv4jwifv"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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