зеркало из https://github.com/microsoft/vcpkg.git
[xeus] Fix libuuid dependency (#31101)
This commit is contained in:
Родитель
b669595870
Коммит
463a9b7a40
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "xeus",
|
||||
"version": "0.24.3",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "C++ implementation of the Jupyter kernel protocol",
|
||||
"homepage": "https://github.com/jupyter-xeus/xeus",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -9,7 +9,7 @@
|
|||
"cppzmq",
|
||||
{
|
||||
"name": "libuuid",
|
||||
"platform": "linux"
|
||||
"platform": "!windows & !osx"
|
||||
},
|
||||
"nlohmann-json",
|
||||
"openssl",
|
||||
|
|
|
@ -8594,7 +8594,7 @@
|
|||
},
|
||||
"xeus": {
|
||||
"baseline": "0.24.3",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"xframe": {
|
||||
"baseline": "0.3.0",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b36c5dea30b1657552313a07c10623753918b1bf",
|
||||
"version": "0.24.3",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "58ccbb03903ad023da77a9a53225dc4bd25df600",
|
||||
"version": "0.24.3",
|
||||
|
|
Загрузка…
Ссылка в новой задаче