gnu: libosinfo: Fix URL for usb.ids.
Fixes <http://bugs.gnu.org/30890>. * gnu/packages/virtualization.scm (libosinfo)[native-inputs]: Fix URL of "usb.ids".
This commit is contained in:
parent
db6609bd10
commit
0def912088
|
@ -7,6 +7,7 @@
|
|||
;;; Copyright © 2017 Andy Patterson <ajpatter@uwaterloo.ca>
|
||||
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
||||
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2018 Danny Milosavljevic <dannym@scratchpost.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -280,7 +281,7 @@ server and embedded PowerPC, and S390 guests.")
|
|||
("usb.ids"
|
||||
,(origin
|
||||
(method url-fetch)
|
||||
(uri "http://linux-usb.cvs.sourceforge.net/viewvc/linux-usb/htdocs/usb.ids?revision=1.551")
|
||||
(uri "https://svn.code.sf.net/p/linux-usb/repo/trunk/htdocs/usb.ids?r=1551")
|
||||
(file-name "usb.ids")
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in New Issue