aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-python
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-python')
-rw-r--r--ports/boost-python/CONTROL2
-rw-r--r--ports/boost-python/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-python/CONTROL b/ports/boost-python/CONTROL
index af0039b1a..62ce076f4 100644
--- a/ports/boost-python/CONTROL
+++ b/ports/boost-python/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by scripts/boost/generate-ports.ps1
Source: boost-python
-Version: 1.74.0
+Version: 1.75.0
Build-Depends: boost-bind, boost-compatibility, boost-config, boost-conversion, boost-core, boost-detail, boost-foreach, boost-function, boost-graph, boost-integer, boost-iterator, boost-lexical-cast, boost-math, boost-mpl, boost-numeric-conversion, boost-preprocessor, boost-property-map, boost-smart-ptr, boost-static-assert, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers, python3
Homepage: https://github.com/boostorg/python
Description: Boost python module
diff --git a/ports/boost-python/portfile.cmake b/ports/boost-python/portfile.cmake
index 3999d7d07..92fa8d184 100644
--- a/ports/boost-python/portfile.cmake
+++ b/ports/boost-python/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/python
- REF boost-1.74.0
- SHA512 e0bbd94f2605478966b559f0a18288f756b91957cd05f1ab151d1a5810185d58e6fa2f1baecda9b3f3e6f81c427735f15d3c6689cebd5c65ade3112a9a5baeaa
+ REF boost-1.75.0
+ SHA512 aca87fde436e8dd98d64149c1ba85f2bef33a76fa9cfc650d23055aa3ce12e94ac39b72b0704e7fd6d0d4adc55c4ec93d841b37bac3297ceb04264ed9adfffab
HEAD_REF master
)