* [PATCH] gnu: libosinfo: Use stable URL for pci.ids.
@ 2016-12-11 14:49 Ricardo Wurmus
2016-12-11 17:48 ` Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Wurmus @ 2016-12-11 14:49 UTC (permalink / raw)
To: guix-devel
* gnu/packages/qemu.scm (libosinfo)[native-inputs]: Use a stable URL for
the pci.ids file.
---
gnu/packages/qemu.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm
index f06b52f..805bb33 100644
--- a/gnu/packages/qemu.scm
+++ b/gnu/packages/qemu.scm
@@ -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)
--
2.10.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: libosinfo: Use stable URL for pci.ids.
2016-12-11 14:49 [PATCH] gnu: libosinfo: Use stable URL for pci.ids Ricardo Wurmus
@ 2016-12-11 17:48 ` Marius Bakke
0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2016-12-11 17:48 UTC (permalink / raw)
To: Ricardo Wurmus, guix-devel
[-- Attachment #1: Type: text/plain, Size: 405 bytes --]
Ricardo Wurmus <rekado@elephly.net> writes:
> * gnu/packages/qemu.scm (libosinfo)[native-inputs]: Use a stable URL for
> the pci.ids file.
The patch LGTM, but I think it would be better to upgrade to libosinfo
1.0.0 which AFAICT separates this out to a 'osinfo-db' package. WDYT?
But I don't have any objections to applying this in the meantime, if you
would rather not go down that path right now :-)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-11 17:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-11 14:49 [PATCH] gnu: libosinfo: Use stable URL for pci.ids Ricardo Wurmus
2016-12-11 17:48 ` Marius Bakke
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.