Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/py-poetry-core/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME poetry-core
VERSION ${VERSION}
SHA512 6bf2e33d6f7268eb0c598fd64eade580f410d68c1669663d2a472675a04b1a09dc23a97bb7fa9c9a13d9eca646a560a4907faf08d5494dc9a0a0572134f10baf
SHA512 65b4f606439d31056c75182d9d73d4b48c05fb40bc3aaa956728d9b73f006322567c957b7a6fe27359dcbfa10eb37da99bf10d7219de91c537284a21b5c1c3a3
FILENAME poetry_core
)

Expand Down
2 changes: 1 addition & 1 deletion ports/py-poetry-core/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-poetry-core",
"version": "2.3.0",
"version": "2.3.1",
"description": "Poetry PEP 517 Build Backend",
"homepage": "https://github.com/python-poetry/poetry-core",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"port-version": 2
},
"py-poetry-core": {
"baseline": "2.3.0",
"baseline": "2.3.1",
"port-version": 0
},
"py-psycopg": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-poetry-core.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f65f35f201509d2a61cd1990d848c50478ffdf84",
"version": "2.3.1",
"port-version": 0
},
{
"git-tree": "1d6761d59aa22b638b6893c6bb649b35c58d72ed",
"version": "2.3.0",
Expand Down
Loading