summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAxel Huebl <axel.huebl@plasma.ninja>2020-11-23 18:12:24 -0800
committerGitHub <noreply@github.com>2020-11-23 20:12:24 -0600
commit01c9f3edc33b113d526e2baf39baebd506a12758 (patch)
tree946b4d4b772dfb14ea772ec392f52aeeb82ccaef /var
parent5c623b03b19321af8d617d412f8044db5c94c340 (diff)
downloadspack-01c9f3edc33b113d526e2baf39baebd506a12758.tar.gz
spack-01c9f3edc33b113d526e2baf39baebd506a12758.tar.bz2
spack-01c9f3edc33b113d526e2baf39baebd506a12758.tar.xz
spack-01c9f3edc33b113d526e2baf39baebd506a12758.zip
pybind11: 2.6.1 (#20061)
Add the latest pybind11 release. Since release 2.6.0 was a major release with many changes in the build system, prefer 2.5.0 for now.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-pybind11/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-pybind11/package.py b/var/spack/repos/builtin/packages/py-pybind11/package.py
index 1c07734e6f..92db96105a 100644
--- a/var/spack/repos/builtin/packages/py-pybind11/package.py
+++ b/var/spack/repos/builtin/packages/py-pybind11/package.py
@@ -24,7 +24,8 @@ class PyPybind11(CMakePackage):
maintainers = ['ax3l']
version('master', branch='master')
- version('2.5.0', sha256='97504db65640570f32d3fdf701c25a340c8643037c3b69aec469c10c93dc8504')
+ version('2.6.1', sha256='cdbe326d357f18b83d10322ba202d69f11b2f49e2d87ade0dc2be0c5c34f8e2a')
+ version('2.5.0', sha256='97504db65640570f32d3fdf701c25a340c8643037c3b69aec469c10c93dc8504', preferred=True)
version('2.4.3', sha256='1eed57bc6863190e35637290f97a20c81cfe4d9090ac0a24f3bbf08f265eb71d')
version('2.3.0', sha256='0f34838f2c8024a6765168227ba587b3687729ebf03dc912f88ff75c7aa9cfe8')
version('2.2.4', sha256='b69e83658513215b8d1443544d0549b7d231b9f201f6fc787a2b2218b408181e')