guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: wxwidgets-2: Update to upstream's re-release of 2.8.12.


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
User-agent: Mutt/1.6.0 (2016-04-01)

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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]