diff options
-rw-r--r-- | community/py3-pybind11/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-pybind11/APKBUILD b/community/py3-pybind11/APKBUILD index b1b4f09475..ad2fc34553 100644 --- a/community/py3-pybind11/APKBUILD +++ b/community/py3-pybind11/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org> pkgname=py3-pybind11 _pkgname=pybind11 -pkgver=2.4.2 +pkgver=2.4.3 pkgrel=0 pkgdesc="Seamless operability between C++11 and Python" url="https://github.com/pybind/pybind11" @@ -55,4 +55,4 @@ dev() { default_dev } -sha512sums="05a49f99c1dff8077b05536044244301fd1baff13faaa72c400eafe67d9cb2e4320c77ad02d1b389092df703cc585d17da0d1e936b06112e2c199f6c1a6eb3fc py3-pybind11-2.4.2.tar.gz" +sha512sums="993b9a00fb9a4280d5500f8bae2b1238c026c1635862307c7b06ac0d26c3a9743d9c69658190decd126d0de45353a51c4b354bcc023345a05fce0bdc52b56fe0 py3-pybind11-2.4.3.tar.gz" |