From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57550) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAZDP-0007oJ-HV for guix-patches@gnu.org; Sat, 07 Mar 2020 08:10:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jAZDO-0008Ip-Hx for guix-patches@gnu.org; Sat, 07 Mar 2020 08:10:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40407) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jAZDO-0008IZ-Aj for guix-patches@gnu.org; Sat, 07 Mar 2020 08:10:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jAZDO-0002Ix-6h for guix-patches@gnu.org; Sat, 07 Mar 2020 08:10:02 -0500 Subject: [bug#39961] [PATCH] gnu: Add traceroute. Resent-Message-ID: Date: Sat, 7 Mar 2020 08:09:18 -0500 From: Leo Famulari Message-ID: <20200307130918.GA3194@jasmine.lan> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Vincent Legoll Cc: 39961@debbugs.gnu.org On Sat, Mar 07, 2020 at 12:13:18AM +0100, Vincent Legoll wrote: > + (uri (string-append "mirror://sourceforge/traceroute/traceroute/" > + "traceroute-" version "/traceroute-" version ".tar.gz")) How does this compare to the traceroute provided by the inetutils package?