From 9b0ee3f6cbc3925b50ca2453bfcf090a710dec88 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 3 Oct 2022 11:22:03 -0400 Subject: [PATCH] python3-protobuf: update to 4.21.7. --- srcpkgs/python3-protobuf/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template index ca55803076e..1570934f87c 100644 --- a/srcpkgs/python3-protobuf/template +++ b/srcpkgs/python3-protobuf/template @@ -1,6 +1,6 @@ # Template file for 'python3-protobuf' pkgname=python3-protobuf -version=4.21.6 +version=4.21.7 revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-module @@ -11,7 +11,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=6b1040a5661cd5f6e610cbca9cfaa2a17d60e2bb545309bc1b278bb05be44bdd +checksum=71d9dba03ed3432c878a801e2ea51e034b0ea01cf3a4344fb60166cb5f6c8757 build_options="cppext" build_options_default="cppext"