me
/
guix
Archived
1
0
Fork 0

gnu: pciutils: Update to 3.6.4.

* gnu/packages/pciutils.scm (pciutils): Update to 3.6.4.
master
Marius Bakke 2020-02-23 21:15:42 +01:00
parent 06eb5e4322
commit 30ea79c655
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
(define-public pciutils
(package
(name "pciutils")
(version "3.6.2")
(version "3.6.4")
(source (origin
(method url-fetch)
(uri (string-append
@ -39,7 +39,7 @@
version ".tar.xz"))
(sha256
(base32
"1wwkpglvvr1sdj2gxz9khq507y02c4px48njy25divzdhv4jwifv"))))
"0mb0f2phdcmp4kfiqsszn2k6nlln0w160ffzrjjv4bbfjwrgfzzn"))))
(build-system gnu-build-system)
(arguments
'(#:phases