From ef44e5cab5d29800190d47dde95c3bb1c5d81263 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sun, 18 Sep 2022 08:43:00 -0400 Subject: [PATCH] Bump wx in vcpkg --- vcpkg-configuration.json | 2 +- vcpkg.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 7d1a62f992..a3f1856efa 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -8,7 +8,7 @@ { "kind": "git", "repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git", - "baseline": "95383aa89d28633085b534e22483a690019dcf52", + "baseline": "d81c5d996f3c2fa0b24619d55d2f03b9309b044c", "packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ] } ] diff --git a/vcpkg.json b/vcpkg.json index 63b0e360fc..5251514dc5 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -23,15 +23,15 @@ "overrides": [ { "name": "python3", - "version": "3.9.10#1" + "version": "3.9.10#2" }, { "name": "wxwidgets", - "version": "3.1.7#3" + "version": "3.2.0#1" }, { "name": "wxpython", - "version": "4.1.1#9" + "version": "4.2.0#0" }, { "name": "ngspice",