Skip to content

Commit a20b8ca

Browse files
author
Update Bot
committed
Autoupdating ports
1 parent 73e3ec2 commit a20b8ca

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/py-wrapt/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vcpkg_from_pythonhosted(
44
OUT_SOURCE_PATH SOURCE_PATH
55
PACKAGE_NAME wrapt
66
VERSION ${VERSION}
7-
SHA512 61f3aae61b9a1fd6cc2227dc08b6738a21413f5b56baf8e0c77942975165704f538a94e10bb85a656c7519d0c9e25d6371026b1541ab134579ff7bb50e5f16bf
7+
SHA512 e134ac2ef8db889fb14596d543faa2be076bc383cb0f16734ca08e8c80f5570b6bd65cc9475d99a707290fc9ead07debbe9714120b404f9b244b700e79b19f88
88
)
99

1010
vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")

ports/py-wrapt/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "py-wrapt",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Module for decorators, wrappers and monkey patching.",
55
"homepage": "https://github.com/GrahamDumpleton/wrapt",
66
"dependencies": [

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
"port-version": 0
322322
},
323323
"py-wrapt": {
324-
"baseline": "2.0.0",
324+
"baseline": "2.0.1",
325325
"port-version": 0
326326
},
327327
"pybind11": {

versions/p-/py-wrapt.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "7fc2f22d9d6ba8f7cd6bd8b1c56e142d0e6fe369",
5+
"version": "2.0.1",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "32b78d47594e09eb978e9a9d5538370dc7426384",
510
"version": "2.0.0",

0 commit comments

Comments
 (0)