aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/algorithm
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2025-04-23 18:13:40 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2025-04-23 18:26:05 +0300
commit58e50fbe999692bfde1c6a175ccf0d59f55b9658 (patch)
tree2121d3e4413423e05c7204e099f1994d96e7be9e /contrib/restricted/boost/algorithm
parentac324b9ce470cd7bec4d18dbe5e77495e96f92b8 (diff)
downloadydb-58e50fbe999692bfde1c6a175ccf0d59f55b9658.tar.gz
Intermediate changes
commit_hash:9b9fa862d523687c3eb883e9b94c2ecef522cda8
Diffstat (limited to 'contrib/restricted/boost/algorithm')
-rw-r--r--contrib/restricted/boost/algorithm/.yandex_meta/default.nix2
-rw-r--r--contrib/restricted/boost/algorithm/ya.make4
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/restricted/boost/algorithm/.yandex_meta/default.nix b/contrib/restricted/boost/algorithm/.yandex_meta/default.nix
index 86f74f56fd9..cd87223920e 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.87.0";
+ version = "1.88.0";
src = fetchFromGitHub {
owner = "boostorg";
diff --git a/contrib/restricted/boost/algorithm/ya.make b/contrib/restricted/boost/algorithm/ya.make
index 0ed2855a8e4..333c9cb9843 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.87.0)
+VERSION(1.88.0)
-ORIGINAL_SOURCE(https://github.com/boostorg/algorithm/archive/boost-1.87.0.tar.gz)
+ORIGINAL_SOURCE(https://github.com/boostorg/algorithm/archive/boost-1.88.0.tar.gz)
PEERDIR(
contrib/restricted/boost/array