diff options
author | Christoph Willing <chris.willing@linux.com> | 2021-08-15 15:37:55 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-19 18:33:50 +0700 |
commit | d02fff19a49d679d95fe3873b361e0f6cadcfc1f (patch) | |
tree | 73517053ab34f70506ab00c61e420fef4da000b1 /python/pybind11/pybind11.SlackBuild | |
parent | a8304cd03b0ad6e66d8af9bd96da9bca75897d16 (diff) |
python/pybind11: Updated for version 2.7.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pybind11/pybind11.SlackBuild')
-rw-r--r-- | python/pybind11/pybind11.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pybind11/pybind11.SlackBuild b/python/pybind11/pybind11.SlackBuild index 1dd777618e955..836b92bcfefd2 100644 --- a/python/pybind11/pybind11.SlackBuild +++ b/python/pybind11/pybind11.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pybind11 -VERSION=${VERSION:-2.6.2} +VERSION=${VERSION:-2.7.1} BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |