From e0802dcd2685aa6b2ec5b452ab2e562e5258d9b7 Mon Sep 17 00:00:00 2001 From: Mark Roszko Date: Mon, 20 Jun 2022 03:21:18 +0000 Subject: [PATCH] Walk vcpkg config forwards for wx 3.1.7 --- vcpkg-configuration.json | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index dc703b11f1..0fd1af6b7e 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": "56d04625029fbf28047bde04e7de9ecfd782377b", + "baseline": "95383aa89d28633085b534e22483a690019dcf52", "packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ] } ] diff --git a/vcpkg.json b/vcpkg.json index 4177787e6b..049d62141a 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -27,7 +27,7 @@ }, { "name": "wxwidgets", - "version": "3.1.6" + "version": "3.1.7#3" }, { "name": "wxpython",