python/build/libs.py: update Boost to 1.72.0

This commit is contained in:
Max Kellermann 2020-01-17 15:21:39 +01:00
parent aed0d13591
commit b8614048d4
1 changed files with 2 additions and 2 deletions

View File

@ -397,7 +397,7 @@ libnfs = AutotoolsProject(
)
boost = BoostProject(
'https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2',
'd73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee',
'https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.bz2',
'59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722',
'include/boost/version.hpp',
)