diff options
author | robot-piglet <[email protected]> | 2025-08-24 15:10:39 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2025-08-24 15:23:08 +0300 |
commit | 70416efb6bec4e0daeb6f70711260a2185e18fa5 (patch) | |
tree | 394561ea489ccd1ddeb6dc2edc7c1850ceacd8ee | |
parent | b8f1774885eef9f945aa9e93d7d7385c1e83a833 (diff) |
Intermediate changes
commit_hash:eeb63526b0e7d1af454fe7f827a075e48a720c82
84 files changed, 126 insertions, 126 deletions
diff --git a/contrib/restricted/boost/algorithm/.yandex_meta/default.nix b/contrib/restricted/boost/algorithm/.yandex_meta/default.nix index cd87223920e..763a4f86fa1 100644 --- a/contrib/restricted/boost/algorithm/.yandex_meta/default.nix +++ b/contrib/restricted/boost/algorithm/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_algorithm = stdenv.mkDerivation rec { pname = "boost_algorithm"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/algorithm/ya.make b/contrib/restricted/boost/algorithm/ya.make index 333c9cb9843..0a6fde9271c 100644 --- a/contrib/restricted/boost/algorithm/ya.make +++ b/contrib/restricted/boost/algorithm/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/algorithm/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/algorithm/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/array diff --git a/contrib/restricted/boost/align/.yandex_meta/default.nix b/contrib/restricted/boost/align/.yandex_meta/default.nix index 16d3566df5e..55607b45da5 100644 --- a/contrib/restricted/boost/align/.yandex_meta/default.nix +++ b/contrib/restricted/boost/align/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_align = stdenv.mkDerivation rec { pname = "boost_align"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/align/ya.make b/contrib/restricted/boost/align/ya.make index 8855ab8caf2..e12f3eeca7c 100644 --- a/contrib/restricted/boost/align/ya.make +++ b/contrib/restricted/boost/align/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/align/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/align/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/array/.yandex_meta/default.nix b/contrib/restricted/boost/array/.yandex_meta/default.nix index a627002ef7a..946a7591765 100644 --- a/contrib/restricted/boost/array/.yandex_meta/default.nix +++ b/contrib/restricted/boost/array/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_array = stdenv.mkDerivation rec { pname = "boost_array"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/array/ya.make b/contrib/restricted/boost/array/ya.make index f09d0a5b3ac..c633360d6c8 100644 --- a/contrib/restricted/boost/array/ya.make +++ b/contrib/restricted/boost/array/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/array/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/array/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/assert/.yandex_meta/default.nix b/contrib/restricted/boost/assert/.yandex_meta/default.nix index cc907e8787c..cbb0240c717 100644 --- a/contrib/restricted/boost/assert/.yandex_meta/default.nix +++ b/contrib/restricted/boost/assert/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_assert = stdenv.mkDerivation rec { pname = "boost_assert"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/assert/ya.make b/contrib/restricted/boost/assert/ya.make index 89162ad9abd..f97f6ec134f 100644 --- a/contrib/restricted/boost/assert/ya.make +++ b/contrib/restricted/boost/assert/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/assert/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/assert/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/bimap/.yandex_meta/default.nix b/contrib/restricted/boost/bimap/.yandex_meta/default.nix index abedd34d1d3..9c57ec79473 100644 --- a/contrib/restricted/boost/bimap/.yandex_meta/default.nix +++ b/contrib/restricted/boost/bimap/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_bimap = stdenv.mkDerivation rec { pname = "boost_bimap"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/bimap/ya.make b/contrib/restricted/boost/bimap/ya.make index be4525a79c8..4f7cec20f4f 100644 --- a/contrib/restricted/boost/bimap/ya.make +++ b/contrib/restricted/boost/bimap/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/bimap/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/bimap/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/concept_check diff --git a/contrib/restricted/boost/bind/.yandex_meta/default.nix b/contrib/restricted/boost/bind/.yandex_meta/default.nix index e15a6e8c72e..2eabc06cee6 100644 --- a/contrib/restricted/boost/bind/.yandex_meta/default.nix +++ b/contrib/restricted/boost/bind/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_bind = stdenv.mkDerivation rec { pname = "boost_bind"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/bind/ya.make b/contrib/restricted/boost/bind/ya.make index 836b945d92c..d9baebec06b 100644 --- a/contrib/restricted/boost/bind/ya.make +++ b/contrib/restricted/boost/bind/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/bind/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/bind/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/chrono/.yandex_meta/default.nix b/contrib/restricted/boost/chrono/.yandex_meta/default.nix index a36b9bbf112..d1988b4c5e6 100644 --- a/contrib/restricted/boost/chrono/.yandex_meta/default.nix +++ b/contrib/restricted/boost/chrono/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_chrono = stdenv.mkDerivation rec { pname = "boost_chrono"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/chrono/ya.make b/contrib/restricted/boost/chrono/ya.make index d06cebaee8a..824000511fa 100644 --- a/contrib/restricted/boost/chrono/ya.make +++ b/contrib/restricted/boost/chrono/ya.make @@ -10,9 +10,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/chrono/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/chrono/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/concept_check/.yandex_meta/default.nix b/contrib/restricted/boost/concept_check/.yandex_meta/default.nix index 1a63383c365..7c52aea2170 100644 --- a/contrib/restricted/boost/concept_check/.yandex_meta/default.nix +++ b/contrib/restricted/boost/concept_check/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_concept_check = stdenv.mkDerivation rec { pname = "boost_concept_check"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/concept_check/ya.make b/contrib/restricted/boost/concept_check/ya.make index 7cc3643b5a4..5efd6db7948 100644 --- a/contrib/restricted/boost/concept_check/ya.make +++ b/contrib/restricted/boost/concept_check/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/concept_check/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/concept_check/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/coroutine/.yandex_meta/default.nix b/contrib/restricted/boost/coroutine/.yandex_meta/default.nix index 017a2c412f5..e5bf51d16da 100644 --- a/contrib/restricted/boost/coroutine/.yandex_meta/default.nix +++ b/contrib/restricted/boost/coroutine/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_coroutine = stdenv.mkDerivation rec { pname = "boost_coroutine"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/coroutine/ya.make b/contrib/restricted/boost/coroutine/ya.make index f72c0eea946..98772b40b77 100644 --- a/contrib/restricted/boost/coroutine/ya.make +++ b/contrib/restricted/boost/coroutine/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/coroutine/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/coroutine/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/crc/.yandex_meta/default.nix b/contrib/restricted/boost/crc/.yandex_meta/default.nix index 86a022471d2..398c47ecfb9 100644 --- a/contrib/restricted/boost/crc/.yandex_meta/default.nix +++ b/contrib/restricted/boost/crc/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_crc = stdenv.mkDerivation rec { pname = "boost_crc"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/crc/ya.make b/contrib/restricted/boost/crc/ya.make index d2926948806..66c239fa54f 100644 --- a/contrib/restricted/boost/crc/ya.make +++ b/contrib/restricted/boost/crc/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/crc/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/crc/archive/boost-1.89.0.tar.gz) ADDINCL( GLOBAL contrib/restricted/boost/crc/include diff --git a/contrib/restricted/boost/date_time/.yandex_meta/default.nix b/contrib/restricted/boost/date_time/.yandex_meta/default.nix index 37a386f79c1..2c176abf438 100644 --- a/contrib/restricted/boost/date_time/.yandex_meta/default.nix +++ b/contrib/restricted/boost/date_time/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_date_time = stdenv.mkDerivation rec { pname = "boost_date_time"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/date_time/ya.make b/contrib/restricted/boost/date_time/ya.make index 9a7f1fbfe43..7993bb8398c 100644 --- a/contrib/restricted/boost/date_time/ya.make +++ b/contrib/restricted/boost/date_time/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/date_time/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/date_time/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/algorithm diff --git a/contrib/restricted/boost/dynamic_bitset/.yandex_meta/default.nix b/contrib/restricted/boost/dynamic_bitset/.yandex_meta/default.nix index 7d16c4a8970..dfb194703e9 100644 --- a/contrib/restricted/boost/dynamic_bitset/.yandex_meta/default.nix +++ b/contrib/restricted/boost/dynamic_bitset/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_dynamic_bitset = stdenv.mkDerivation rec { pname = "boost_dynamic_bitset"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/dynamic_bitset/ya.make b/contrib/restricted/boost/dynamic_bitset/ya.make index 2877d9b2150..e6d492f29fe 100644 --- a/contrib/restricted/boost/dynamic_bitset/ya.make +++ b/contrib/restricted/boost/dynamic_bitset/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/dynamic_bitset/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/dynamic_bitset/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/endian/.yandex_meta/default.nix b/contrib/restricted/boost/endian/.yandex_meta/default.nix index c6c27d497be..ca402bd327d 100644 --- a/contrib/restricted/boost/endian/.yandex_meta/default.nix +++ b/contrib/restricted/boost/endian/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_endian = stdenv.mkDerivation rec { pname = "boost_endian"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/endian/ya.make b/contrib/restricted/boost/endian/ya.make index b896990c230..e557dd7f484 100644 --- a/contrib/restricted/boost/endian/ya.make +++ b/contrib/restricted/boost/endian/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/endian/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/endian/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/exception/.yandex_meta/default.nix b/contrib/restricted/boost/exception/.yandex_meta/default.nix index e52e385aca9..f5e720b275b 100644 --- a/contrib/restricted/boost/exception/.yandex_meta/default.nix +++ b/contrib/restricted/boost/exception/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_exception = stdenv.mkDerivation rec { pname = "boost_exception"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/exception/ya.make b/contrib/restricted/boost/exception/ya.make index d40e05c51d0..050805b5f8d 100644 --- a/contrib/restricted/boost/exception/ya.make +++ b/contrib/restricted/boost/exception/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/exception/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/exception/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/format/.yandex_meta/default.nix b/contrib/restricted/boost/format/.yandex_meta/default.nix index 1a631de769e..8404f20783a 100644 --- a/contrib/restricted/boost/format/.yandex_meta/default.nix +++ b/contrib/restricted/boost/format/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_format = stdenv.mkDerivation rec { pname = "boost_format"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/format/ya.make b/contrib/restricted/boost/format/ya.make index 3db1cf7f132..8bf8cc54f60 100644 --- a/contrib/restricted/boost/format/ya.make +++ b/contrib/restricted/boost/format/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/format/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/format/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/function/.yandex_meta/default.nix b/contrib/restricted/boost/function/.yandex_meta/default.nix index 9f9b1412de5..6e13e6a989a 100644 --- a/contrib/restricted/boost/function/.yandex_meta/default.nix +++ b/contrib/restricted/boost/function/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_function = stdenv.mkDerivation rec { pname = "boost_function"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/function/ya.make b/contrib/restricted/boost/function/ya.make index ff88c0ac978..d277b54c900 100644 --- a/contrib/restricted/boost/function/ya.make +++ b/contrib/restricted/boost/function/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/function/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/function/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/function_types/.yandex_meta/default.nix b/contrib/restricted/boost/function_types/.yandex_meta/default.nix index 79b712a5cc6..55a17b88f33 100644 --- a/contrib/restricted/boost/function_types/.yandex_meta/default.nix +++ b/contrib/restricted/boost/function_types/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_function_types = stdenv.mkDerivation rec { pname = "boost_function_types"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/function_types/ya.make b/contrib/restricted/boost/function_types/ya.make index 7a7c3133964..91df8497d5c 100644 --- a/contrib/restricted/boost/function_types/ya.make +++ b/contrib/restricted/boost/function_types/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/function_types/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/function_types/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/functional/.yandex_meta/default.nix b/contrib/restricted/boost/functional/.yandex_meta/default.nix index 60a4bf791ea..afc392d39f0 100644 --- a/contrib/restricted/boost/functional/.yandex_meta/default.nix +++ b/contrib/restricted/boost/functional/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_functional = stdenv.mkDerivation rec { pname = "boost_functional"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/functional/ya.make b/contrib/restricted/boost/functional/ya.make index e9203468e01..b297e8348fa 100644 --- a/contrib/restricted/boost/functional/ya.make +++ b/contrib/restricted/boost/functional/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/functional/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/functional/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/fusion/.yandex_meta/default.nix b/contrib/restricted/boost/fusion/.yandex_meta/default.nix index 489756727f5..b71b4601b9d 100644 --- a/contrib/restricted/boost/fusion/.yandex_meta/default.nix +++ b/contrib/restricted/boost/fusion/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_fusion = stdenv.mkDerivation rec { pname = "boost_fusion"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/fusion/ya.make b/contrib/restricted/boost/fusion/ya.make index 6ae6ccba829..b84c6cbb805 100644 --- a/contrib/restricted/boost/fusion/ya.make +++ b/contrib/restricted/boost/fusion/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/fusion/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/fusion/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/graph/.yandex_meta/default.nix b/contrib/restricted/boost/graph/.yandex_meta/default.nix index 10282bceef8..80ca367197f 100644 --- a/contrib/restricted/boost/graph/.yandex_meta/default.nix +++ b/contrib/restricted/boost/graph/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_graph = stdenv.mkDerivation rec { pname = "boost_graph"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/graph/ya.make b/contrib/restricted/boost/graph/ya.make index 6d72c60f0d5..9ac491bda26 100644 --- a/contrib/restricted/boost/graph/ya.make +++ b/contrib/restricted/boost/graph/ya.make @@ -10,9 +10,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/graph/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/graph/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/algorithm diff --git a/contrib/restricted/boost/icl/.yandex_meta/default.nix b/contrib/restricted/boost/icl/.yandex_meta/default.nix index 49006ec788b..d123a1c04ea 100644 --- a/contrib/restricted/boost/icl/.yandex_meta/default.nix +++ b/contrib/restricted/boost/icl/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_icl = stdenv.mkDerivation rec { pname = "boost_icl"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/icl/ya.make b/contrib/restricted/boost/icl/ya.make index 69ad9dbf64a..da70f66b8cb 100644 --- a/contrib/restricted/boost/icl/ya.make +++ b/contrib/restricted/boost/icl/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/icl/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/icl/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/io/.yandex_meta/default.nix b/contrib/restricted/boost/io/.yandex_meta/default.nix index d58f69c0465..6e332babc29 100644 --- a/contrib/restricted/boost/io/.yandex_meta/default.nix +++ b/contrib/restricted/boost/io/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_io = stdenv.mkDerivation rec { pname = "boost_io"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/io/ya.make b/contrib/restricted/boost/io/ya.make index bf672a1c333..23b029e9b1e 100644 --- a/contrib/restricted/boost/io/ya.make +++ b/contrib/restricted/boost/io/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/io/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/io/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/iostreams/.yandex_meta/default.nix b/contrib/restricted/boost/iostreams/.yandex_meta/default.nix index 2050c78d553..ca63ac96c35 100644 --- a/contrib/restricted/boost/iostreams/.yandex_meta/default.nix +++ b/contrib/restricted/boost/iostreams/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_iostreams = stdenv.mkDerivation rec { pname = "boost_iostreams"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/iostreams/ya.make b/contrib/restricted/boost/iostreams/ya.make index 84b5d5dc8a9..edaed045b29 100644 --- a/contrib/restricted/boost/iostreams/ya.make +++ b/contrib/restricted/boost/iostreams/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/iostreams/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/iostreams/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/libs/libbz2 diff --git a/contrib/restricted/boost/multi_array/.yandex_meta/default.nix b/contrib/restricted/boost/multi_array/.yandex_meta/default.nix index f8e9544d6ff..1b2fb1c33e2 100644 --- a/contrib/restricted/boost/multi_array/.yandex_meta/default.nix +++ b/contrib/restricted/boost/multi_array/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_multi_array = stdenv.mkDerivation rec { pname = "boost_multi_array"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/multi_array/ya.make b/contrib/restricted/boost/multi_array/ya.make index 4708c2c93e7..50ce96982a7 100644 --- a/contrib/restricted/boost/multi_array/ya.make +++ b/contrib/restricted/boost/multi_array/ya.make @@ -9,9 +9,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/multi_array/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/multi_array/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/array diff --git a/contrib/restricted/boost/optional/.yandex_meta/default.nix b/contrib/restricted/boost/optional/.yandex_meta/default.nix index 6e6af2f310b..f277af8ccee 100644 --- a/contrib/restricted/boost/optional/.yandex_meta/default.nix +++ b/contrib/restricted/boost/optional/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_optional = stdenv.mkDerivation rec { pname = "boost_optional"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/optional/ya.make b/contrib/restricted/boost/optional/ya.make index f422ec1dc19..02b281e4266 100644 --- a/contrib/restricted/boost/optional/ya.make +++ b/contrib/restricted/boost/optional/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/optional/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/optional/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/phoenix/.yandex_meta/default.nix b/contrib/restricted/boost/phoenix/.yandex_meta/default.nix index 9de49745e82..d19be16744a 100644 --- a/contrib/restricted/boost/phoenix/.yandex_meta/default.nix +++ b/contrib/restricted/boost/phoenix/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_phoenix = stdenv.mkDerivation rec { pname = "boost_phoenix"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/phoenix/ya.make b/contrib/restricted/boost/phoenix/ya.make index 477f3be1a09..4d234cfa7c3 100644 --- a/contrib/restricted/boost/phoenix/ya.make +++ b/contrib/restricted/boost/phoenix/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/phoenix/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/phoenix/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/pool/.yandex_meta/default.nix b/contrib/restricted/boost/pool/.yandex_meta/default.nix index bc80a55c9e7..253852c89d2 100644 --- a/contrib/restricted/boost/pool/.yandex_meta/default.nix +++ b/contrib/restricted/boost/pool/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_pool = stdenv.mkDerivation rec { pname = "boost_pool"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/pool/ya.make b/contrib/restricted/boost/pool/ya.make index 535ec92bc63..62068b0361c 100644 --- a/contrib/restricted/boost/pool/ya.make +++ b/contrib/restricted/boost/pool/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/pool/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/pool/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/predef/.yandex_meta/default.nix b/contrib/restricted/boost/predef/.yandex_meta/default.nix index 81b3768257e..dddbea10e7f 100644 --- a/contrib/restricted/boost/predef/.yandex_meta/default.nix +++ b/contrib/restricted/boost/predef/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_predef = stdenv.mkDerivation rec { pname = "boost_predef"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/predef/ya.make b/contrib/restricted/boost/predef/ya.make index 44a9fc192ef..726707e18d5 100644 --- a/contrib/restricted/boost/predef/ya.make +++ b/contrib/restricted/boost/predef/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/predef/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/predef/archive/boost-1.89.0.tar.gz) ADDINCL( GLOBAL contrib/restricted/boost/predef/include diff --git a/contrib/restricted/boost/program_options/.yandex_meta/default.nix b/contrib/restricted/boost/program_options/.yandex_meta/default.nix index eb75f9d6c12..989241f3b84 100644 --- a/contrib/restricted/boost/program_options/.yandex_meta/default.nix +++ b/contrib/restricted/boost/program_options/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_program_options = stdenv.mkDerivation rec { pname = "boost_program_options"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/program_options/ya.make b/contrib/restricted/boost/program_options/ya.make index 4d5c5dfd117..ff4be07f840 100644 --- a/contrib/restricted/boost/program_options/ya.make +++ b/contrib/restricted/boost/program_options/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/program_options/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/program_options/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/any diff --git a/contrib/restricted/boost/property_map/.yandex_meta/default.nix b/contrib/restricted/boost/property_map/.yandex_meta/default.nix index ed80c95859e..7afe18a75ec 100644 --- a/contrib/restricted/boost/property_map/.yandex_meta/default.nix +++ b/contrib/restricted/boost/property_map/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_property_map = stdenv.mkDerivation rec { pname = "boost_property_map"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/property_map/ya.make b/contrib/restricted/boost/property_map/ya.make index 550648196c2..e060d944ad7 100644 --- a/contrib/restricted/boost/property_map/ya.make +++ b/contrib/restricted/boost/property_map/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/property_map/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/property_map/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/any diff --git a/contrib/restricted/boost/proto/.yandex_meta/default.nix b/contrib/restricted/boost/proto/.yandex_meta/default.nix index a99d39b495c..f8262479d4f 100644 --- a/contrib/restricted/boost/proto/.yandex_meta/default.nix +++ b/contrib/restricted/boost/proto/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_proto = stdenv.mkDerivation rec { pname = "boost_proto"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/proto/ya.make b/contrib/restricted/boost/proto/ya.make index d75754dac2f..7ca6b22e1f1 100644 --- a/contrib/restricted/boost/proto/ya.make +++ b/contrib/restricted/boost/proto/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/proto/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/proto/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/ratio/.yandex_meta/default.nix b/contrib/restricted/boost/ratio/.yandex_meta/default.nix index ca696c8068b..5d4c0958d25 100644 --- a/contrib/restricted/boost/ratio/.yandex_meta/default.nix +++ b/contrib/restricted/boost/ratio/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_ratio = stdenv.mkDerivation rec { pname = "boost_ratio"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/ratio/ya.make b/contrib/restricted/boost/ratio/ya.make index 09ed5c0311e..87dafea4085 100644 --- a/contrib/restricted/boost/ratio/ya.make +++ b/contrib/restricted/boost/ratio/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/ratio/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/ratio/archive/boost-1.89.0.tar.gz) ADDINCL( GLOBAL contrib/restricted/boost/ratio/include diff --git a/contrib/restricted/boost/rational/.yandex_meta/default.nix b/contrib/restricted/boost/rational/.yandex_meta/default.nix index 9dcaf70c1d8..3b0b7f79e2d 100644 --- a/contrib/restricted/boost/rational/.yandex_meta/default.nix +++ b/contrib/restricted/boost/rational/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_rational = stdenv.mkDerivation rec { pname = "boost_rational"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/rational/ya.make b/contrib/restricted/boost/rational/ya.make index 333b2c2b801..ad50865bf32 100644 --- a/contrib/restricted/boost/rational/ya.make +++ b/contrib/restricted/boost/rational/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/rational/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/rational/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/scope_exit/.yandex_meta/default.nix b/contrib/restricted/boost/scope_exit/.yandex_meta/default.nix index da957bc13f8..666951d9d1c 100644 --- a/contrib/restricted/boost/scope_exit/.yandex_meta/default.nix +++ b/contrib/restricted/boost/scope_exit/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_scope_exit = stdenv.mkDerivation rec { pname = "boost_scope_exit"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/scope_exit/ya.make b/contrib/restricted/boost/scope_exit/ya.make index 1e004a1f965..1395233de4c 100644 --- a/contrib/restricted/boost/scope_exit/ya.make +++ b/contrib/restricted/boost/scope_exit/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/scope_exit/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/scope_exit/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/serialization/.yandex_meta/default.nix b/contrib/restricted/boost/serialization/.yandex_meta/default.nix index bcb26089073..28f2782ea78 100644 --- a/contrib/restricted/boost/serialization/.yandex_meta/default.nix +++ b/contrib/restricted/boost/serialization/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_serialization = stdenv.mkDerivation rec { pname = "boost_serialization"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/serialization/ya.make b/contrib/restricted/boost/serialization/ya.make index 5f1e1c12fc8..dabe6678e82 100644 --- a/contrib/restricted/boost/serialization/ya.make +++ b/contrib/restricted/boost/serialization/ya.make @@ -9,9 +9,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/serialization/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/serialization/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/array diff --git a/contrib/restricted/boost/spirit/.yandex_meta/default.nix b/contrib/restricted/boost/spirit/.yandex_meta/default.nix index 5ce4244c8e8..ab8c10c0bf4 100644 --- a/contrib/restricted/boost/spirit/.yandex_meta/default.nix +++ b/contrib/restricted/boost/spirit/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_spirit = stdenv.mkDerivation rec { pname = "boost_spirit"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/spirit/ya.make b/contrib/restricted/boost/spirit/ya.make index a95e6b7088e..793169c7c0b 100644 --- a/contrib/restricted/boost/spirit/ya.make +++ b/contrib/restricted/boost/spirit/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/spirit/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/spirit/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/array diff --git a/contrib/restricted/boost/throw_exception/.yandex_meta/default.nix b/contrib/restricted/boost/throw_exception/.yandex_meta/default.nix index 47ce4d251c7..bfbf9745486 100644 --- a/contrib/restricted/boost/throw_exception/.yandex_meta/default.nix +++ b/contrib/restricted/boost/throw_exception/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_throw_exception = stdenv.mkDerivation rec { pname = "boost_throw_exception"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/throw_exception/ya.make b/contrib/restricted/boost/throw_exception/ya.make index 2ed05ba4e7d..f47419762db 100644 --- a/contrib/restricted/boost/throw_exception/ya.make +++ b/contrib/restricted/boost/throw_exception/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/throw_exception/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/throw_exception/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/tokenizer/.yandex_meta/default.nix b/contrib/restricted/boost/tokenizer/.yandex_meta/default.nix index 63bedb8f523..44f88188033 100644 --- a/contrib/restricted/boost/tokenizer/.yandex_meta/default.nix +++ b/contrib/restricted/boost/tokenizer/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_tokenizer = stdenv.mkDerivation rec { pname = "boost_tokenizer"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/tokenizer/ya.make b/contrib/restricted/boost/tokenizer/ya.make index 16c890761a9..c084ab44089 100644 --- a/contrib/restricted/boost/tokenizer/ya.make +++ b/contrib/restricted/boost/tokenizer/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/tokenizer/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/tokenizer/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/tti/.yandex_meta/default.nix b/contrib/restricted/boost/tti/.yandex_meta/default.nix index c973fd7535c..06175bf745a 100644 --- a/contrib/restricted/boost/tti/.yandex_meta/default.nix +++ b/contrib/restricted/boost/tti/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_tti = stdenv.mkDerivation rec { pname = "boost_tti"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/tti/ya.make b/contrib/restricted/boost/tti/ya.make index 5d8bc12bded..f0ec7149c57 100644 --- a/contrib/restricted/boost/tti/ya.make +++ b/contrib/restricted/boost/tti/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/tti/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/tti/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/variant/.yandex_meta/default.nix b/contrib/restricted/boost/variant/.yandex_meta/default.nix index 73f333c316c..bab096ebf04 100644 --- a/contrib/restricted/boost/variant/.yandex_meta/default.nix +++ b/contrib/restricted/boost/variant/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_variant = stdenv.mkDerivation rec { pname = "boost_variant"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/variant/ya.make b/contrib/restricted/boost/variant/ya.make index 3b0cb55cf0b..3d3f1b1f222 100644 --- a/contrib/restricted/boost/variant/ya.make +++ b/contrib/restricted/boost/variant/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/variant/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/variant/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/variant2/.yandex_meta/default.nix b/contrib/restricted/boost/variant2/.yandex_meta/default.nix index 4fe51ed4f8b..7ab1d4d5920 100644 --- a/contrib/restricted/boost/variant2/.yandex_meta/default.nix +++ b/contrib/restricted/boost/variant2/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_variant2 = stdenv.mkDerivation rec { pname = "boost_variant2"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/variant2/ya.make b/contrib/restricted/boost/variant2/ya.make index 1dc4b81adce..a7fa586a416 100644 --- a/contrib/restricted/boost/variant2/ya.make +++ b/contrib/restricted/boost/variant2/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/variant2/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/variant2/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/xpressive/.yandex_meta/default.nix b/contrib/restricted/boost/xpressive/.yandex_meta/default.nix index b22ff5062ce..909489322cb 100644 --- a/contrib/restricted/boost/xpressive/.yandex_meta/default.nix +++ b/contrib/restricted/boost/xpressive/.yandex_meta/default.nix @@ -1,7 +1,7 @@ self: super: with self; { boost_xpressive = stdenv.mkDerivation rec { pname = "boost_xpressive"; - version = "1.88.0"; + version = "1.89.0"; src = fetchFromGitHub { owner = "boostorg"; diff --git a/contrib/restricted/boost/xpressive/ya.make b/contrib/restricted/boost/xpressive/ya.make index d423346f2a1..2a7ad40e862 100644 --- a/contrib/restricted/boost/xpressive/ya.make +++ b/contrib/restricted/boost/xpressive/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.88.0) +VERSION(1.89.0) -ORIGINAL_SOURCE(https://github.com/boostorg/xpressive/archive/boost-1.88.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/xpressive/archive/boost-1.89.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |