guix-commits
[Top][All Lists]
Advanced

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

09/34: gnu: pciutils: Update to 3.7.0.


From: guix-commits
Subject: 09/34: gnu: pciutils: Update to 3.7.0.
Date: Sat, 25 Jul 2020 14:53:59 -0400 (EDT)

mbakke pushed a commit to branch wip-staging
in repository guix.

commit def9a2ceff53ac3c315ea7fddb876fdfeb2f775b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 24 22:36:56 2020 +0200

    gnu: pciutils: Update to 3.7.0.
    
    * gnu/packages/pciutils.scm (pciutils): Update to 3.7.0.
---
 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 c992988..a5ed121 100644
--- a/gnu/packages/pciutils.scm
+++ b/gnu/packages/pciutils.scm
@@ -36,7 +36,7 @@
 (define-public pciutils
   (package
     (name "pciutils")
-    (version "3.6.4")
+    (version "3.7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -45,7 +45,7 @@
               (patches (search-patches "pciutils-hurd-configure.patch"))
               (sha256
                (base32
-                "0mb0f2phdcmp4kfiqsszn2k6nlln0w160ffzrjjv4bbfjwrgfzzn"))))
+                "1ss0rnfsx8gvqjxaji4mvbhf9xyih4cadmgadbwwv8mnx1xvjh4x"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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