guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: pciutils: Update to 3.3.1.


From: ???
Subject: 01/02: gnu: pciutils: Update to 3.3.1.
Date: Mon, 14 Sep 2015 15:06:36 +0000

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

commit f56e8f5730645c8b9f1415ee705ce5ba021ea463
Author: 宋文武 <address@hidden>
Date:   Mon Sep 14 20:01:13 2015 +0800

    gnu: pciutils: Update to 3.3.1.
    
    * gnu/packages/pciutils.scm (pciutils): Update to 3.3.1.
---
 gnu/packages/pciutils.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/pciutils.scm b/gnu/packages/pciutils.scm
index 7135af4..e022b6a 100644
--- a/gnu/packages/pciutils.scm
+++ b/gnu/packages/pciutils.scm
@@ -28,16 +28,16 @@
 (define-public pciutils
   (package
     (name "pciutils")
-    (version "3.2.0")
+    (version "3.3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "mirror://kernel.org/software/utils/pciutils/pciutils-"
                     version
-                    ".tar.bz2"))
+                    ".tar.xz"))
               (sha256
                (base32
-                "0d9as9jzjjg5c1nwf58z1y1i7rf9fqxmww1civckhcvcn0xr85mq"))))
+                "1ag3skny1bamqil46dlppw8j1fp08spqa60fjygbxkg4fzdknjji"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (alist-replace



reply via email to

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