mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: hwdata: Update to 0.357.
* gnu/packages/pciutils.scm (hwdata): Update to 0.357. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
07bc32b4ce
commit
03d8fd4557
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ (define-module (gnu packages pciutils)
|
|||
(define-public hwdata
|
||||
(package
|
||||
(name "hwdata")
|
||||
(version "0.356")
|
||||
(version "0.357") ;updated monthly
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -48,7 +48,7 @@ (define-public hwdata
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m04d93dwiplwp9v74nhnc0hyi2n007mylkg8f0frb46z5qjrpl3"))))
|
||||
"0kvxpdx14w2myqm3dikjvr2mr4j6767y4v5j8v7kffwvcv0ga9gv"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "iab" "oui" "pci" "pnp" "usb"))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue