diff options
author | AlexSm <alex@ydb.tech> | 2024-01-09 18:56:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-09 18:56:40 +0100 |
commit | e95f266d2a3e48e62015220588a4fd73d5d5a5cb (patch) | |
tree | a8a784b6931fe52ad5f511cfef85af14e5f63991 /contrib/libs/pybind11/ya.make | |
parent | 50a65e3b48a82d5b51f272664da389f2e0b0c99a (diff) | |
download | ydb-e95f266d2a3e48e62015220588a4fd73d5d5a5cb.tar.gz |
Library import 6 (#888)
Diffstat (limited to 'contrib/libs/pybind11/ya.make')
-rw-r--r-- | contrib/libs/pybind11/ya.make | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/pybind11/ya.make b/contrib/libs/pybind11/ya.make index d8f9d60781..95a7f21ea3 100644 --- a/contrib/libs/pybind11/ya.make +++ b/contrib/libs/pybind11/ya.make @@ -1,4 +1,4 @@ -# Generated by devtools/yamaker from nixpkgs 22.05. +# Generated by devtools/yamaker from nixpkgs 22.11. LIBRARY() @@ -6,9 +6,9 @@ LICENSE(BSD-3-Clause) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(2.9.2) +VERSION(2.11.1) -ORIGINAL_SOURCE(https://github.com/pybind/pybind11/archive/v2.9.2.tar.gz) +ORIGINAL_SOURCE(https://github.com/pybind/pybind11/archive/v2.11.1.tar.gz) ADDINCL( GLOBAL contrib/libs/pybind11/include |