mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
package/python-grpcio: bump to version 1.67.0
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
2bcf0a9631
commit
4ed9f14ac8
@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/grpcio/json
|
||||
md5 e8adaa7345b99791542c7ca4245f30c0 grpcio-1.66.2.tar.gz
|
||||
sha256 563588c587b75c34b928bc428548e5b00ea38c46972181a4d8b75ba7e3f24231 grpcio-1.66.2.tar.gz
|
||||
md5 7f03599b67e1959d616b16a29f79a30d grpcio-1.67.0.tar.gz
|
||||
sha256 e090b2553e0da1c875449c8e75073dd4415dd71c9bde6a406240fdf4c0ee467c grpcio-1.67.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 590198e3f305f2c347fde64d637c65492bbef554db6c8364e149cd375e3797ee LICENSE
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_GRPCIO_VERSION = 1.66.2
|
||||
PYTHON_GRPCIO_VERSION = 1.67.0
|
||||
PYTHON_GRPCIO_SOURCE = grpcio-$(PYTHON_GRPCIO_VERSION).tar.gz
|
||||
PYTHON_GRPCIO_SITE = https://files.pythonhosted.org/packages/71/d1/49a96df4eb1d805cf546247df40636515416d2d5c66665e5129c8b4162a8
|
||||
PYTHON_GRPCIO_SITE = https://files.pythonhosted.org/packages/ec/ae/3c47d71ab4abd4bd60a7e2806071fe0a4b6937b9eabe522291787087ea1f
|
||||
PYTHON_GRPCIO_SETUP_TYPE = setuptools
|
||||
PYTHON_GRPCIO_LICENSE = Apache-2.0
|
||||
PYTHON_GRPCIO_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user