gnu: pciutils: Update to 3.7.0.

* gnu/packages/pciutils.scm (pciutils): Update to 3.7.0.
This commit is contained in:
Marius Bakke 2020-07-24 22:36:56 +02:00
parent 1465949c42
commit def9a2ceff
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -36,7 +36,7 @@ (define-module (gnu packages pciutils)
(define-public pciutils (define-public pciutils
(package (package
(name "pciutils") (name "pciutils")
(version "3.6.4") (version "3.7.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -45,7 +45,7 @@ (define-public pciutils
(patches (search-patches "pciutils-hurd-configure.patch")) (patches (search-patches "pciutils-hurd-configure.patch"))
(sha256 (sha256
(base32 (base32
"0mb0f2phdcmp4kfiqsszn2k6nlln0w160ffzrjjv4bbfjwrgfzzn")))) "1ss0rnfsx8gvqjxaji4mvbhf9xyih4cadmgadbwwv8mnx1xvjh4x"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:phases