guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: pciutils: Update to 3.6.1.


From: Marius Bakke
Subject: 05/05: gnu: pciutils: Update to 3.6.1.
Date: Thu, 12 Jul 2018 19:08:17 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit e90f1d5fa2ca206d0c900c9079c28db270f2e8d3
Author: Marius Bakke <address@hidden>
Date:   Fri Jul 13 01:05:56 2018 +0200

    gnu: pciutils: Update to 3.6.1.
    
    * gnu/packages/pciutils.scm (pciutils): Update to 3.6.1.
---
 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 d972761..d5369f3 100644
--- a/gnu/packages/pciutils.scm
+++ b/gnu/packages/pciutils.scm
@@ -31,7 +31,7 @@
 (define-public pciutils
   (package
     (name "pciutils")
-    (version "3.5.6")
+    (version "3.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -39,7 +39,7 @@
                     version ".tar.xz"))
               (sha256
                (base32
-                "08dvsk1b5m1r7qqzsm849h4glq67mngf8zw7bg0102ff1jwywipk"))))
+                "1q39hh8scgvqppk1clzjh7yiq5p2r0knv52g3qzmdhsir4f47h7w"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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