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 /contrib/restricted/boost/multi_array | |
parent | b8f1774885eef9f945aa9e93d7d7385c1e83a833 (diff) |
Intermediate changes
commit_hash:eeb63526b0e7d1af454fe7f827a075e48a720c82
Diffstat (limited to 'contrib/restricted/boost/multi_array')
-rw-r--r-- | contrib/restricted/boost/multi_array/.yandex_meta/default.nix | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/multi_array/ya.make | 4 |
2 files changed, 3 insertions, 3 deletions
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 |