From 2cc376fd2cb1d907c31ebae9d0e9bd1060d766ed Mon Sep 17 00:00:00 2001 From: toge Date: Sat, 14 Sep 2024 23:21:05 +0900 Subject: [PATCH] pybind11: add version 2.13.6 --- recipes/pybind11/all/conandata.yml | 3 +++ recipes/pybind11/config.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/recipes/pybind11/all/conandata.yml b/recipes/pybind11/all/conandata.yml index 5ff5ec72e5c37..5901aae7c96f6 100644 --- a/recipes/pybind11/all/conandata.yml +++ b/recipes/pybind11/all/conandata.yml @@ -1,4 +1,7 @@ sources: + "2.13.6": + url: "https://github.com/pybind/pybind11/archive/v2.13.6.tar.gz" + sha256: "e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20" "2.13.5": url: "https://github.com/pybind/pybind11/archive/v2.13.5.tar.gz" sha256: "b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252" diff --git a/recipes/pybind11/config.yml b/recipes/pybind11/config.yml index 2aa582761dc4a..cb2960aa24b66 100644 --- a/recipes/pybind11/config.yml +++ b/recipes/pybind11/config.yml @@ -1,4 +1,6 @@ versions: + "2.13.6": + folder: all "2.13.5": folder: all "2.13.4":