Message ID | 06d2731111e891bc54005bfbcabf7c62a30657f4.1710395239.git.atai@atai.org |
---|---|
State | New |
Headers | show |
Series | [bug#69791] gnu: wxwidgets: Update to 3.2.4 | expand |
Hi Andy, About this patch, QA shows some failures that seem indeed related to this patch, thus we'll have to address them. You can find the related failures there : https://qa.guix.gnu.org/issue/69791/package-changes?aarch64-linux-change=broken&aarch64-linux-change=still-failing&aarch64-linux-change=unknown-to-failing&aarch64-linux-change=new-failing For instance, Audacity should be updated from 3.3.3 to at least 3.4.2 since they fix the update to wxwidgets 3.2.4 in this last release. I'm going to take a look if these failures are easy to fix.
On 2024-05-13 15:13, Nicolas Graves wrote: > Hi Andy, > > About this patch, QA shows some failures that seem indeed related to > this patch, thus we'll have to address them. > > You can find the related failures there : > > https://qa.guix.gnu.org/issue/69791/package-changes?aarch64-linux-change=broken&aarch64-linux-change=still-failing&aarch64-linux-change=unknown-to-failing&aarch64-linux-change=new-failing > > For instance, Audacity should be updated from 3.3.3 to at least 3.4.2 > since they fix the update to wxwidgets 3.2.4 in this last release. > > I'm going to take a look if these failures are easy to fix. Last commit of DVDStyler cannot still be updated to wxwidgets 3.2.4. We need either to submit a fix upstream, vendor a fixing patch or keep a version of wxwidgets for DVDStyler. Its build was already failing for some reason though, so there's probably more to it than just wxwidgets. I've a patch coming up to update slade to its latest version which supports wxwidgets 3.2.4. The latest version of tenacity also does. Audacity has already been updated. That leaves us with qgis. I'll try and update it too later tonight.
diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm index b9c81472aa..1e5bae27b5 100644 --- a/gnu/packages/wxwidgets.scm +++ b/gnu/packages/wxwidgets.scm @@ -66,7 +66,7 @@ (define-module (gnu packages wxwidgets) (define-public wxwidgets (package (name "wxwidgets") - (version "3.2.3") + (version "3.2.4") (source (origin (method url-fetch) @@ -74,7 +74,7 @@ (define-public wxwidgets "releases/download/v" version "/wxWidgets-" version ".tar.bz2")) (sha256 - (base32 "0ym6s4q1fh1cd6x4nh468i15ivjmw22flsi7c9qkhrz1qxksnw61")) + (base32 "0ghkr8wahnw44c6p7zzvc696gmrqc7pxp2bkrcpazdbdf6my2h06")) (modules '((guix build utils) (ice-9 ftw) (srfi srfi-26)))