diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2019-03-06 10:03:02 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2019-03-06 10:03:02 +0000 |
commit | 7ece85f3e95ccb63e2cb73bf7f54aae0540b9862 (patch) | |
tree | 8b022085368eea6deb57b27c64e21f5a4960823d /main | |
parent | 0e9d24995ba35740344c3a909c10698d78df5174 (diff) | |
download | aports-7ece85f3e95ccb63e2cb73bf7f54aae0540b9862.tar.bz2 aports-7ece85f3e95ccb63e2cb73bf7f54aae0540b9862.tar.xz |
main/py-google-api-python-client: upgrade to 1.7.8
Diffstat (limited to 'main')
-rw-r--r-- | main/py-google-api-python-client/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py-google-api-python-client/APKBUILD b/main/py-google-api-python-client/APKBUILD index a62d954ce7..1bff53647a 100644 --- a/main/py-google-api-python-client/APKBUILD +++ b/main/py-google-api-python-client/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com> pkgname=py-google-api-python-client _pkgname=google-api-python-client -pkgver=1.7.7 +pkgver=1.7.8 pkgrel=0 pkgdesc="Google API Client Library for Python" url="https://github.com/google/google-api-python-client" @@ -45,4 +45,4 @@ _py3() { _py python3 } -sha512sums="346f73c2354ad2a2ddf39c3f09bb98d36f280fa3d9acb3a7f8b1d4aab777c1a83d2daa2828d8854b9a412e6797f8aed6e02e9254c2148e5096b33e521a56f3ef google-api-python-client-1.7.7.tar.gz" +sha512sums="8ea097fc513f4776245e51cf8557899c6d8486e42cfe33cd973474851a5db6749fb226a1a854dacd21324d8b7bcf106c6386cd457ab9df3e9a0225a7951ed3eb google-api-python-client-1.7.8.tar.gz" |