Point vcpkg to wx3.1.6 and patched wxpython

This commit is contained in:
Marek Roszko 2022-05-08 20:02:07 -04:00
parent ccf235a8c3
commit 3989cd9b00
2 changed files with 6 additions and 2 deletions

View File

@ -8,7 +8,7 @@
{ {
"kind": "git", "kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git", "repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
"baseline": "0799dc927d94ff407a4a69c438a654429f0124af", "baseline": "797667896ba2d4aee372a7d585e86d1b03b91e99",
"packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ] "packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ]
} }
] ]

View File

@ -28,7 +28,11 @@
}, },
{ {
"name": "wxwidgets", "name": "wxwidgets",
"version": "3.1.5#11" "version": "3.1.6"
},
{
"name": "wxpython",
"version": "4.1.1#8"
} }
] ]
} }