me
/
guix
Archived
1
0
Fork 0

gnu: pciutils: Update to 3.7.0.

* gnu/packages/pciutils.scm (pciutils): Update to 3.7.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
(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 @@
(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