[PATCH] gnu: wxwidgets: Update to 3.2.3

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Ludovic Courtès
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 1 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
c8d3516fd8da081c6e2c0b8d315044d13dd23d1e.1698647314.git.atai@atai.org
* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.3
---
gnu/packages/wxwidgets.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm
index d0c323e30c..b9c81472aa 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.2.1")
+ (version "3.2.3")
(source
(origin
(method url-fetch)
@@ -74,7 +74,7 @@ (define-public wxwidgets
"releases/download/v" version
"/wxWidgets-" version ".tar.bz2"))
(sha256
- (base32 "00ic4h4j0621v8h6n8zbl9xgay01a4dynh48gx5zyvr9f6zbdz6z"))
+ (base32 "0ym6s4q1fh1cd6x4nh468i15ivjmw22flsi7c9qkhrz1qxksnw61"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-26)))

base-commit: 642769707c05dc1dd5674d60cd3b55d77b35c9d9
--
2.41.0
Andy Tai wrote 1 years ago
[PATCH core-updates v2] gnu: wxwidgets: Update to 3.2.3
(address . 66831@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
718bc49188d6ecba38dbcba40ed4947eb7d9216d.1700468174.git.atai@atai.org
* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.3
---
gnu/packages/wxwidgets.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm
index d0c323e30c..b9c81472aa 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.2.1")
+ (version "3.2.3")
(source
(origin
(method url-fetch)
@@ -74,7 +74,7 @@ (define-public wxwidgets
"releases/download/v" version
"/wxWidgets-" version ".tar.bz2"))
(sha256
- (base32 "00ic4h4j0621v8h6n8zbl9xgay01a4dynh48gx5zyvr9f6zbdz6z"))
+ (base32 "0ym6s4q1fh1cd6x4nh468i15ivjmw22flsi7c9qkhrz1qxksnw61"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-26)))

base-commit: 71b92466430acb8c91841522dc0eb7d766af4388
--
2.41.0
Ludovic Courtès wrote 1 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 66831-done@debbugs.gnu.org)
87plzln9o8.fsf@gnu.org
Hi Andy,

Andy Tai <atai@atai.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.3

Since qa.guix didn’t pick it up, I built several direct dependents on
x86_64-linux:

./pre-inst-env guix build audacity erlang hugin tenacity grass kicad pwsafe --no-grafts

All of them built fine so I decided to go ahead and apply the patch.

Thanks,
Ludo’.
Closed
Andy Tai wrote 1 years ago
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 66831-done@debbugs.gnu.org)
CAJsg1E-6wy20oYAjpc4uMUX_UT9vPjPagmHh79UFF86-kmUu8w@mail.gmail.com
Thanks!

On Mon, Dec 4, 2023 at 9:45 AM Ludovic Courtès <ludo@gnu.org> wrote:
Toggle quote (16 lines)
>
> Hi Andy,
>
> Andy Tai <atai@atai.org> skribis:
>
> > * gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.3
>
> Since qa.guix didn’t pick it up, I built several direct dependents on
> x86_64-linux:
>
> ./pre-inst-env guix build audacity erlang hugin tenacity grass kicad pwsafe --no-grafts
>
> All of them built fine so I decided to go ahead and apply the patch.
>
> Thanks,
> Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 66831@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66831
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help