guix-commits
[Top][All Lists]
Advanced

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

14/19: gnu: pciutils: Update to 3.6.4.


From: guix-commits
Subject: 14/19: gnu: pciutils: Update to 3.6.4.
Date: Mon, 3 Feb 2020 09:30:27 -0500 (EST)

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

commit 2f144210c677ea7d5fc49906fddc886b66fe3891
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Jan 31 17:58:26 2020 +0100

    gnu: pciutils: Update to 3.6.4.
    
    * gnu/packages/pciutils.scm (pciutils): Update to 3.6.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 5f49bb3..0a55299 100644
--- a/gnu/packages/pciutils.scm
+++ b/gnu/packages/pciutils.scm
@@ -33,7 +33,7 @@
 (define-public pciutils
   (package
     (name "pciutils")
-    (version "3.6.3")
+    (version "3.6.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -41,7 +41,7 @@
                     version ".tar.xz"))
               (sha256
                (base32
-                "1ssjdd91q0w3xlc40y5f2zhfhck3rpajs1902hajas5ir20qvdy5"))))
+                "0mb0f2phdcmp4kfiqsszn2k6nlln0w160ffzrjjv4bbfjwrgfzzn"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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