From f89d5f9949e87b891238aed0e364a4852214b392 Mon Sep 17 00:00:00 2001 From: Mark Roszko Date: Wed, 11 May 2022 22:55:18 +0000 Subject: [PATCH] Pointsvcpkg to wx 3.1.6 --- vcpkg-configuration.json | 2 +- vcpkg.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index e10c5cf0e1..0c3fecb089 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": "0799dc927d94ff407a4a69c438a654429f0124af", + "baseline": "797667896ba2d4aee372a7d585e86d1b03b91e99", "packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ] } ] diff --git a/vcpkg.json b/vcpkg.json index 279880a58c..ac286cde7d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -27,11 +27,11 @@ }, { "name": "wxwidgets", - "version": "3.1.5#11" + "version": "3.1.6" }, { "name": "wxpython", - "version": "4.1.1#7" + "version": "4.1.1#8" } ] }