From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 2/5] gnu: Add libosinfo. Date: Fri, 12 Aug 2016 20:17:38 +0200 Message-ID: <87oa4xc0n1.fsf@elephly.net> References: <20160803154603.6939-1-rekado@elephly.net> <20160803154603.6939-3-rekado@elephly.net> <20160807023026.GB11896@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYH1l-0003Dv-N2 for guix-devel@gnu.org; Fri, 12 Aug 2016 14:17:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYH1g-0005tT-IW for guix-devel@gnu.org; Fri, 12 Aug 2016 14:17:52 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYH1g-0005tP-8r for guix-devel@gnu.org; Fri, 12 Aug 2016 14:17:48 -0400 In-reply-to: <20160807023026.GB11896@jasmine> 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > 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? They already replied to my message and I updated the patch to use the versioned URL. I’ll push the patches in a moment. ~~ Ricardo