mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
Revert "gnu: hwdata: Update to 0.378."
This reverts commit 7ed5a336bd
.
This introduces too many rebuilds. It should be applied onte "core-updates" instead.
Change-Id: I088b123776a8914be2d22762afcce5b48f346bf0
This commit is contained in:
parent
f89d06d13b
commit
28e74f49fe
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.378") ;updated monthly
|
||||
(version "0.365") ;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
|
||||
"080mzxv2m65kv414yl6kzndsr4j1ax6smw35k0xw10rbhxpp8b30"))))
|
||||
"00gqx24dyy9l98ygnvx8i087xq8pl9d2393h4d2cm4d5nnvr51d4"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "iab" "oui" "pci" "pnp" "usb"))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue