guix-commits
[Top][All Lists]
Advanced

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

47/51: gnu: pciutils: Update to 3.6.3.


From: guix-commits
Subject: 47/51: gnu: pciutils: Update to 3.6.3.
Date: Fri, 24 Jan 2020 14:48:25 -0500 (EST)

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

commit 6abfe6f525a46db5d5b9b227ca45398ec68b79b2
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Jan 24 17:18:27 2020 +0100

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



reply via email to

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