From 01cff24e4e53be1f7200d8caaeed28489ef6ad9a Mon Sep 17 00:00:00 2001 From: Mark Roszko Date: Thu, 15 Dec 2022 03:02:55 +0000 Subject: [PATCH] vcpkg bump to ngspice 38 --- 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 0c8041d433..0975b6f92f 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": "f96e629af6e31ac0dbd060744217864d73b9defd", + "baseline": "3f5344c8d2dde771f63022ae68c5a26e9090fa60", "packages": [ "python3", "wxpython", "wxwidgets", "ngspice" ] } ] diff --git a/vcpkg.json b/vcpkg.json index 97cc2b4900..a50d3f1076 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -36,7 +36,7 @@ }, { "name": "ngspice", - "version": "37" + "version": "38" } ] }