Skip to content

Commit

Permalink
[xeus] Fix libuuid dependency (#31101)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Apr 26, 2023
1 parent b669595 commit 463a9b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/xeus/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"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",
"dependencies": [
"cppzmq",
{
"name": "libuuid",
"platform": "linux"
"platform": "!windows & !osx"
},
"nlohmann-json",
"openssl",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8594,7 +8594,7 @@
},
"xeus": {
"baseline": "0.24.3",
"port-version": 2
"port-version": 3
},
"xframe": {
"baseline": "0.3.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/x-/xeus.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b36c5dea30b1657552313a07c10623753918b1bf",
"version": "0.24.3",
"port-version": 3
},
{
"git-tree": "58ccbb03903ad023da77a9a53225dc4bd25df600",
"version": "0.24.3",
Expand Down

0 comments on commit 463a9b7

Please sign in to comment.