From 37bdba80ab11cc0391ee041dcaf2b446afaa6ffd Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Mon, 4 Sep 2023 15:31:03 -0400 Subject: [PATCH] Pull in ngspice 41 for vcpkg --- 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 44a6346a65..51e26db2a0 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -9,7 +9,7 @@ { "kind": "git", "repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git", - "baseline": "fa0646eb07954a4851a090d8e167bb5848b8095b", + "baseline": "638fa0c016d307e12cfa3b6598e25de4a171aa55", "packages": [ "glew", "python3", diff --git a/vcpkg.json b/vcpkg.json index 3c2b37e69c..a258c22034 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -56,7 +56,7 @@ }, { "name": "ngspice", - "version": "40" + "version": "41" } ] }