mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: pciutils: Update to 3.6.1.
* gnu/packages/pciutils.scm (pciutils): Update to 3.6.1.
This commit is contained in:
parent
573b073301
commit
e90f1d5fa2
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ (define-module (gnu packages pciutils)
|
|||
(define-public pciutils
|
||||
(package
|
||||
(name "pciutils")
|
||||
(version "3.5.6")
|
||||
(version "3.6.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -39,7 +39,7 @@ (define-public pciutils
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"08dvsk1b5m1r7qqzsm849h4glq67mngf8zw7bg0102ff1jwywipk"))))
|
||||
"1q39hh8scgvqppk1clzjh7yiq5p2r0knv52g3qzmdhsir4f47h7w"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue