From c0ce4cb0bc5e8177da12293eb1aa3461bc279378 Mon Sep 17 00:00:00 2001 From: Mark Roszko Date: Sun, 18 Sep 2022 18:04:31 +0000 Subject: [PATCH] Bump vcpkg python3 to 3.9.14 --- 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 7d1a62f992..ef7c5c112a 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": "4ec72e65eb7b97d8a2438583e13f7923877ef70d", "packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ] } ] diff --git a/vcpkg.json b/vcpkg.json index 5eb3f8f2e8..e1fbd33230 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -23,7 +23,7 @@ "overrides": [ { "name": "python3", - "version": "3.9.10#1" + "version": "3.9.14" }, { "name": "wxwidgets",