gnu: hwdata: Update to 0.378.
* gnu/packages/pciutils.scm (hwdata): Update to 0.378. Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I7200477ce06280913802e94cd5ef6d9639b8de9f
This commit is contained in:
parent
a8f0e8a31d
commit
7ed5a336bd
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
||||||
(define-public hwdata
|
(define-public hwdata
|
||||||
(package
|
(package
|
||||||
(name "hwdata")
|
(name "hwdata")
|
||||||
(version "0.365") ;updated monthly
|
(version "0.378") ;updated monthly
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00gqx24dyy9l98ygnvx8i087xq8pl9d2393h4d2cm4d5nnvr51d4"))))
|
"080mzxv2m65kv414yl6kzndsr4j1ax6smw35k0xw10rbhxpp8b30"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "iab" "oui" "pci" "pnp" "usb"))
|
(outputs '("out" "iab" "oui" "pci" "pnp" "usb"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue