diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-04-02 20:21:05 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:51 +0700 |
commit | a3b9e39d09a00070055437d3a89871154398f805 (patch) | |
tree | 0c8bd5ce8fee8cd70e98b66c2908862035ed5a72 /python/pybind11/pybind11.SlackBuild | |
parent | 1457281f6f6ac72391b21cc8d71f725c694f2093 (diff) |
python/pybind11: Updated for version 2.9.2
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 177fb609c1..2aa66f1c86 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.9.1} +VERSION=${VERSION:-2.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |