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?