From 6638a19cfa7fa8865b72e830dd41490e100138f3 Mon Sep 17 00:00:00 2001
From: Brent Huisman <brenthuisman@users.noreply.github.com>
Date: Thu, 28 Oct 2021 22:01:29 +0200
Subject: [PATCH] Bump pybind to 2.8.1 (#1742)

---
 python/pybind11  | 2 +-
 spack/package.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/pybind11 b/python/pybind11
index 750e38dc..f7b49961 160000
--- a/python/pybind11
+++ b/python/pybind11
@@ -1 +1 @@
-Subproject commit 750e38dcfdac59231a615580d4e6cb3647b31779
+Subproject commit f7b499615e14d70ab098a20deb0cdb3889998a1a
diff --git a/spack/package.py b/spack/package.py
index df233b88..b22121c7 100644
--- a/spack/package.py
+++ b/spack/package.py
@@ -49,7 +49,7 @@ class Arbor(CMakePackage, CudaPackage):
     extends('python', when='+python')
     depends_on('python@3.6:', when="+python", type=('build', 'run'))
     depends_on('py-numpy', when='+python', type=('build', 'run'))
-    depends_on('py-pybind11@2.8:', when='+python', type=('build', 'run'))
+    depends_on('py-pybind11@2.8.1:', when='+python', type=('build', 'run'))
 
     # sphinx based documentation
     depends_on('python@3.6:', when="+doc", type='build')
-- 
GitLab