diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-12-18 07:27:31 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-12-18 07:48:38 +0300 |
commit | 5b90adbdadf5ddb72c2a4de5cb9d17a7850148b2 (patch) | |
tree | 78166abdc05ed2f0f341844bfa076e27d18303b2 /contrib/restricted/boost/math/ya.make | |
parent | ea1ee8bc4725f339434fd1d48cf0d6f56129f711 (diff) | |
download | ydb-5b90adbdadf5ddb72c2a4de5cb9d17a7850148b2.tar.gz |
Update contrib/restricted/boost/math to 1.87.0
commit_hash:41f97eafc725a7a104571e17f721977a52d66d29
Diffstat (limited to 'contrib/restricted/boost/math/ya.make')
-rw-r--r-- | contrib/restricted/boost/math/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/math/ya.make b/contrib/restricted/boost/math/ya.make index 2732a1e0ad..6a6432f8a5 100644 --- a/contrib/restricted/boost/math/ya.make +++ b/contrib/restricted/boost/math/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.86.0) +VERSION(1.87.0) -ORIGINAL_SOURCE(https://github.com/boostorg/math/archive/boost-1.86.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/math/archive/boost-1.87.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |