[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: pciutils: Update to 3.5.2.
From: |
Ludovic Court�s |
Subject: |
07/08: gnu: pciutils: Update to 3.5.2. |
Date: |
Wed, 30 Nov 2016 16:35:28 +0000 (UTC) |
civodul pushed a commit to branch master
in repository guix.
commit 873c469e743c9d411614216713dc1679db3f2ed4
Author: Ludovic Courtès <address@hidden>
Date: Wed Nov 30 17:29:23 2016 +0100
gnu: pciutils: Update to 3.5.2.
* gnu/packages/pciutils.scm (pciutils): Update to 3.5.2.
---
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 553e3f8..8422a5c 100644
--- a/gnu/packages/pciutils.scm
+++ b/gnu/packages/pciutils.scm
@@ -30,7 +30,7 @@
(define-public pciutils
(package
(name "pciutils")
- (version "3.5.1")
+ (version "3.5.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -38,7 +38,7 @@
version ".tar.xz"))
(sha256
(base32
- "0byl2f897w5lhs4bvr6p7qwcz9bllj2zyfv7nywbcbsnb9ha9wrb"))))
+ "1z2y4f3cyvm7a0dyan0n6jpb3p9pvh35lrim0058slj0kwd1969s"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- branch master updated (dcd9d16 -> 72f0c5e), Ludovic Court�s, 2016/11/30
- 06/08: refresh: '--list-updaters' shows updater coverage., Ludovic Court�s, 2016/11/30
- 08/08: gnu: iw: Update to 4.9., Ludovic Court�s, 2016/11/30
- 07/08: gnu: pciutils: Update to 3.5.2.,
Ludovic Court�s <=
- 01/08: tests: Create a copy-on-write image instead of copying eagerly., Ludovic Court�s, 2016/11/30
- 04/08: upstream: Properly verify signatures of uncompressed tarballs., Ludovic Court�s, 2016/11/30
- 05/08: gnu-maintenance: Add kernel.org updater., Ludovic Court�s, 2016/11/30
- 02/08: gnu-maintenance: Factorize URL prefix predicates., Ludovic Court�s, 2016/11/30
- 03/08: refresh: Honor the selected updaters when '-u' isn't given., Ludovic Court�s, 2016/11/30