tensorflow-serving-client: add new version 2.1.0 (#14786)

This commit is contained in:
Figroc Chen 2020-02-07 02:20:55 +08:00 committed by GitHub
parent b43f658c39
commit 458c9a22bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,9 @@ class TensorflowServingClient(CMakePackage):
proto files""" proto files"""
homepage = "https://github.com/figroc/tensorflow-serving-client" homepage = "https://github.com/figroc/tensorflow-serving-client"
url = "https://github.com/figroc/tensorflow-serving-client/archive/v2.0.0.tar.gz" url = "https://github.com/figroc/tensorflow-serving-client/archive/v2.1.0.tar.gz"
version('2.1.0', sha256='7a31d8cfa1d861f73953d4728665dd6d74e205d1fa01062a6c2b1aeee4674f73')
version('2.0.0', sha256='55310ad484f257173ad5194df7f7116b2049260c3d29049ef8d789d1d8bd9948') version('2.0.0', sha256='55310ad484f257173ad5194df7f7116b2049260c3d29049ef8d789d1d8bd9948')
depends_on('protobuf') depends_on('protobuf')