From 7abd519b889236cf3b1429bcb86015267b996a88 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 18 Jul 2022 06:03:12 +0300 Subject: [PATCH] (#11758) pybind11: add version 2.10.0 Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot) Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/) Co-authored-by: Quentin Chateau via Conan Center Bot --- 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 c11471910f058..8fa07bb017f1f 100644 --- a/recipes/pybind11/all/conandata.yml +++ b/recipes/pybind11/all/conandata.yml @@ -11,3 +11,6 @@ sources: 2.9.2: url: "https://github.com/pybind/pybind11/archive/v2.9.2.tar.gz" sha256: "6bd528c4dbe2276635dc787b6b1f2e5316cf6b49ee3e150264e455a0d68d19c1" + "2.10.0": + url: "https://github.com/pybind/pybind11/archive/v2.10.0.tar.gz" + sha256: "eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec" diff --git a/recipes/pybind11/config.yml b/recipes/pybind11/config.yml index 5a8923d6d29e8..4e03e90bbfa2e 100644 --- a/recipes/pybind11/config.yml +++ b/recipes/pybind11/config.yml @@ -7,3 +7,5 @@ versions: folder: all "2.9.2": folder: all + "2.10.0": + folder: all