unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66831] [PATCH] gnu: wxwidgets: Update to 3.2.3
@ 2023-10-30  6:29 Andy Tai
  2023-11-20  8:16 ` [bug#66831] [PATCH core-updates v2] " Andy Tai
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Tai @ 2023-10-30  6:29 UTC (permalink / raw)
  To: 66831; +Cc: Andy Tai

* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.3
---
 gnu/packages/wxwidgets.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#66831] [PATCH core-updates v2] gnu: wxwidgets: Update to 3.2.3
  2023-10-30  6:29 [bug#66831] [PATCH] gnu: wxwidgets: Update to 3.2.3 Andy Tai
@ 2023-11-20  8:16 ` Andy Tai
  2023-12-04 17:45   ` bug#66831: " Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Tai @ 2023-11-20  8:16 UTC (permalink / raw)
  To: 66831; +Cc: Andy Tai

* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.3
---
 gnu/packages/wxwidgets.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#66831: [PATCH core-updates v2] gnu: wxwidgets: Update to 3.2.3
  2023-11-20  8:16 ` [bug#66831] [PATCH core-updates v2] " Andy Tai
@ 2023-12-04 17:45   ` Ludovic Courtès
  2023-12-04 18:16     ` [bug#66831] " Andy Tai
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2023-12-04 17:45 UTC (permalink / raw)
  To: Andy Tai; +Cc: 66831-done

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’.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#66831] [PATCH core-updates v2] gnu: wxwidgets: Update to 3.2.3
  2023-12-04 17:45   ` bug#66831: " Ludovic Courtès
@ 2023-12-04 18:16     ` Andy Tai
  0 siblings, 0 replies; 4+ messages in thread
From: Andy Tai @ 2023-12-04 18:16 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 66831-done

Thanks!

On Mon, Dec 4, 2023 at 9:45 AM Ludovic Courtès <ludo@gnu.org> wrote:
>
> 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’.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-12-04 18:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-30  6:29 [bug#66831] [PATCH] gnu: wxwidgets: Update to 3.2.3 Andy Tai
2023-11-20  8:16 ` [bug#66831] [PATCH core-updates v2] " Andy Tai
2023-12-04 17:45   ` bug#66831: " Ludovic Courtès
2023-12-04 18:16     ` [bug#66831] " Andy Tai

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).