From 0a68930842d6a3e48b0035f37cb5b904989fa1b4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 8 Nov 2022 09:03:11 -0500 Subject: [PATCH] python3-protobuf: update to 4.21.9. --- srcpkgs/python3-protobuf/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template index cb762f09adf..df36f3fee97 100644 --- a/srcpkgs/python3-protobuf/template +++ b/srcpkgs/python3-protobuf/template @@ -1,7 +1,7 @@ # Template file for 'python3-protobuf' pkgname=python3-protobuf -version=4.21.7 -revision=2 +version=4.21.9 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-wheel" depends="python3-setuptools python3-six" @@ -10,7 +10,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://developers.google.com/protocol-buffers/" distfiles="${PYPI_SITE}/p/protobuf/protobuf-${version}.tar.gz" -checksum=71d9dba03ed3432c878a801e2ea51e034b0ea01cf3a4344fb60166cb5f6c8757 +checksum=61f21493d96d2a77f9ca84fefa105872550ab5ef71d21c458eb80edcf4885a99 build_options="cppext" build_options_default="cppext"