From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dciUE-0003N4-JC for guix-patches@gnu.org; Tue, 01 Aug 2017 21:30:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dciU9-0003ns-HE for guix-patches@gnu.org; Tue, 01 Aug 2017 21:30:10 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34787) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dciU9-0003nb-E5 for guix-patches@gnu.org; Tue, 01 Aug 2017 21:30:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dciU9-0002Eh-1P for guix-patches@gnu.org; Tue, 01 Aug 2017 21:30:05 -0400 Subject: [bug#27906] [PATCH] r-foreign: Update hash and remove duplicate recipe. Resent-Message-ID: From: Maxim Cournoyer References: Date: Tue, 01 Aug 2017 21:29:29 -0400 In-Reply-To: (Roel Janssen's message of "Tue, 01 Aug 2017 15:58:59 +0200") Message-ID: <87vam6u58m.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: Roel Janssen Cc: 27906@debbugs.gnu.org Hi, Roel Janssen writes: > Dear Guix, > > It seems we have two (almost identical) package recipes for r-foreign. > This patch removes one of them. > > Also, the upstream tarball seems to have changed, so I updated the > SHA256 hash. > > If someone has the old tarball, we could look at what exactly has > changed. Wouldn't the old tarball be available on one of our Hydra servers, as can be gotten using "guix build -S"? Maxim