From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: wxwidgets-2: Update to upstream's re-release of 2.8.12. Date: Fri, 22 Jul 2016 12:11:35 -0400 Message-ID: <20160722161135.GA14015@jasmine> References: <20160722135948.23541-1-jlicht@fsfe.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQd3F-0003cv-Lg for guix-devel@gnu.org; Fri, 22 Jul 2016 12:11:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQd3B-0005nY-VR for guix-devel@gnu.org; Fri, 22 Jul 2016 12:11:48 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:52305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQd3A-0005mm-Lk for guix-devel@gnu.org; Fri, 22 Jul 2016 12:11:45 -0400 Content-Disposition: inline In-Reply-To: <20160722135948.23541-1-jlicht@fsfe.org> 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: Jelle Licht Cc: guix-devel@gnu.org On Fri, Jul 22, 2016 at 03:59:48PM +0200, Jelle Licht wrote: > * gnu/packages/wxwidgets.scm (wxwidgets-2): Add a guix revision number > to the version scheme of wxwidgets-2 to force an update. > - (uri (string-append "mirror://sourceforge/wxwindows/" version > - "/wxWidgets-" version ".tar.bz2")) > - (sha256 > - (base32 "1gjs9vfga60mk4j4ngiwsk9h6c7j22pw26m3asxr1jwvqbr8kkqk")))) > + (uri (string-append "mirror://sourceforge/wxwindows/" upstream-version > + "/wxWidgets-" upstream-version ".tar.bz2")) > + (sha256 > + (base32 "01zp0h2rp031xn6nd8c4sr175fa4nzhwh08mhi8khs0ps39c22iv")))) Without noticing, I changed the wxwidgets-2.8 URL from the following while "fixing" changed SourceForge URLs recently: mirror://sourceforge/wxwindows/wxGTK-" version ".tar.gz Notice that the tarball name changed from 'wxGTK' to 'wxWidgets'. So, upstream did not change the package in place. We started fetching something else accidentally. Which URL is correct?