From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/5] gnu: Add libosinfo. Date: Sat, 6 Aug 2016 22:30:26 -0400 Message-ID: <20160807023026.GB11896@jasmine> References: <20160803154603.6939-1-rekado@elephly.net> <20160803154603.6939-3-rekado@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWDrN-0007Cr-Bh for guix-devel@gnu.org; Sat, 06 Aug 2016 22:30:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWDrJ-0008Jk-53 for guix-devel@gnu.org; Sat, 06 Aug 2016 22:30:40 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:40796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWDrH-0008HM-Nd for guix-devel@gnu.org; Sat, 06 Aug 2016 22:30:37 -0400 Content-Disposition: inline In-Reply-To: <20160803154603.6939-3-rekado@elephly.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: guix-devel@gnu.org On Wed, Aug 03, 2016 at 05:46:00PM +0200, Ricardo Wurmus wrote: > * gnu/packages/qemu.scm (libosinfo): New variable. > + ("usb.ids" > + ,(origin > + (method url-fetch) > + ;; FIXME: there is no versioned URL > + (uri "http://www.linux-usb.org/usb.ids") Is it worth sending them a message asking for a version URL?