guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ricardo Wurmus
Subject: 04/04: gnu: libosinfo: Use stable URL for pci.ids.
Date: Wed, 14 Dec 2016 20:58:44 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 958f657656d22cee3998bac2c9690ff54dae40dc
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 26 14:24:13 2016 +0200

    gnu: libosinfo: Use stable URL for pci.ids.
    
    * 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]