guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: pciutils: Update to 3.5.5.


From: Ludovic Courtès
Subject: 01/04: gnu: pciutils: Update to 3.5.5.
Date: Mon, 10 Jul 2017 04:56:09 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 539a68f938d734cc48c365a2f91521f4c4a4c1f0
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jul 10 10:31:19 2017 +0200

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



reply via email to

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