Merge pull request #136331 from r-ryantm/auto-update/python3.8-google-cloud-os-config

This commit is contained in:
Sandro 2021-09-05 03:44:32 +02:00 committed by GitHub
commit 07079cf314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "google-cloud-os-config";
version = "1.3.2";
version = "1.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-sC80RGY4lDVebpoz2hDGH5WfyrAjaOKTSDp/BhGmZS0=";
sha256 = "d12622901fb2ef5b736606fd00e77900105944c35d737ff794a59fd9a3d71325";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];