gnu: libosinfo: Use stable URL for pci.ids.

* gnu/packages/qemu.scm (libosinfo)[native-inputs]: Use a stable URL for
the pci.ids file.
master
Ricardo Wurmus 2016-10-26 14:24:13 +02:00
parent 4d93f312f0
commit 958f657656
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -230,10 +230,10 @@ server and embedded PowerPC, and S390 guests.")
("pci.ids"
,(origin
(method url-fetch)
(uri "http://pciids.sourceforge.net/v2.2/pci.ids")
(uri "https://raw.githubusercontent.com/pciutils/pciids/f9477789526f9d380bc57aa92e357c521738d5dd/pci.ids")
(sha256
(base32
"0h8v0lrlrxkfnjiwnwiq86zyvb8qa2n3844dp1m01lh2nb2fliqw"))))
"0g6dbwlamagxqxvng67xng3w2x56c0np4md1v1p1jn32qw518az0"))))
("usb.ids"
,(origin
(method url-fetch)