mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 14:47:03 +02:00
python3-protobuf: update to 4.24.1.
This commit is contained in:
parent
6faffb2f65
commit
6138758277
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-protobuf'
|
||||
pkgname=python3-protobuf
|
||||
version=4.23.4
|
||||
version=4.24.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
build_wrksrc=python
|
||||
|
@ -13,7 +13,7 @@ license="BSD-3-Clause"
|
|||
homepage="https://developers.google.com/protocol-buffers/"
|
||||
# PyPi release does not have bits for cppext
|
||||
distfiles="https://github.com/protocolbuffers/protobuf/releases/download/v${version#*.}/protobuf-${version#*.}.tar.gz"
|
||||
checksum=a700a49470d301f1190a487a923b5095bf60f08f4ae4cac9f5f7c36883d17971
|
||||
checksum=0930b1a6eb840a2295dfcb13bb5736d1292c3e0d61a90391181399327be7d8f1
|
||||
make_check=no # ImportError: cannot import name 'unittest_retention_pb2' from 'google.protobuf'
|
||||
|
||||
build_options="cppext"
|
||||
|
|
Loading…
Add table
Reference in a new issue