Bump kivcpkg for ngspice

This commit is contained in:
Marek Roszko 2023-02-04 09:55:11 -05:00
parent a59c1afa53
commit 73376d9f27
2 changed files with 6 additions and 3 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": "3f5344c8d2dde771f63022ae68c5a26e9090fa60", "baseline": "583838d5f68355c8a170c8545fee1854dc89fe76",
"packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ] "packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ]
} }
] ]

View File

@ -20,7 +20,10 @@
"python3", "python3",
"openssl", "openssl",
"icu", "icu",
"ngspice", {
"name": "ngspice",
"features": [ "fftw" ]
},
"wxpython" "wxpython"
], ],
"overrides": [ "overrides": [
@ -38,7 +41,7 @@
}, },
{ {
"name": "ngspice", "name": "ngspice",
"version": "38" "version": "39"
}, },
{ {
"name": "curl", "name": "curl",