mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: pciutils: Update to 3.6.2.
* gnu/packages/pciutils.scm (pciutils): Update to 3.6.2.
This commit is contained in:
parent
3c2589982d
commit
c62b1609ae
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
||||||
(define-public pciutils
|
(define-public pciutils
|
||||||
(package
|
(package
|
||||||
(name "pciutils")
|
(name "pciutils")
|
||||||
(version "3.6.1")
|
(version "3.6.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q39hh8scgvqppk1clzjh7yiq5p2r0knv52g3qzmdhsir4f47h7w"))))
|
"1wwkpglvvr1sdj2gxz9khq507y02c4px48njy25divzdhv4jwifv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Add table
Reference in a new issue