From bfce05331437502ad726eec87ffbe3fe5bd690ca Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Fri, 23 Aug 2024 00:37:43 +0000 Subject: [PATCH] community/py3-pybind11: upgrade to 2.13.5 https://github.com/pybind/pybind11/releases/tag/v2.13.5 --- community/py3-pybind11/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-pybind11/APKBUILD b/community/py3-pybind11/APKBUILD index a0ca30e9c9a..271879a3f24 100644 --- a/community/py3-pybind11/APKBUILD +++ b/community/py3-pybind11/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Carlo Landmeter pkgname=py3-pybind11 _pkgname=pybind11 -pkgver=2.13.4 +pkgver=2.13.5 pkgrel=0 pkgdesc="Seamless operability between C++11 and Python" url="https://github.com/pybind/pybind11" @@ -68,5 +68,5 @@ dev() { } sha512sums=" -5938c758da5450be645b366190579aa7943294471a0c639c2aeb9d8e9d201ef4fb4dfd0cb1db91390f74dc59f175f6cf47b0c45c20d45ab9f3eeb1a834886de7 py3-pybind11-2.13.4.tar.gz +bf9ebfbd8e694fbb421d8bdb5362a207a3782685d48988e77aed98363b2fa302e7384b570b02b117d45d5509b1633b096d4fc1ef16f65e6cc8c888b863c1e2cb py3-pybind11-2.13.5.tar.gz "