guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: pciutils: Update to 3.5.4.


From: Marius Bakke
Subject: 02/02: gnu: pciutils: Update to 3.5.4.
Date: Sun, 26 Feb 2017 18:24:00 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3ba43a2297eae9401364568522cb847bea376f3f
Author: Marius Bakke <address@hidden>
Date:   Sun Feb 26 23:41:19 2017 +0100

    gnu: pciutils: Update to 3.5.4.
    
    * gnu/packages/pciutils.scm (pciutils): Update to 3.5.4.
---
 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 8422a5c..7c98564 100644
--- a/gnu/packages/pciutils.scm
+++ b/gnu/packages/pciutils.scm
@@ -30,7 +30,7 @@
 (define-public pciutils
   (package
     (name "pciutils")
-    (version "3.5.2")
+    (version "3.5.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -38,7 +38,7 @@
                     version ".tar.xz"))
               (sha256
                (base32
-                "1z2y4f3cyvm7a0dyan0n6jpb3p9pvh35lrim0058slj0kwd1969s"))))
+                "0rpy7kkb2y89wmbcbfjjjxsk2x89v5xxhxib4vpl131ip5m3qab4"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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