Merge pull request #146008 from r-ryantm/auto-update/python38Packages.google-cloud-os-config

This commit is contained in:
Sandro 2021-11-14 21:48:07 +01:00 committed by GitHub
commit 0a1da2f1d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "google-cloud-os-config";
version = "1.7.0";
version = "1.9.0";
src = fetchPypi {
inherit pname version;
sha256 = "d9eed9290f6601682524ab7ce40c0805432e9aeb39268a6891bc631f367158f0";
sha256 = "872774c4791b15d59d866fd965c780beac2772f335ded4a0047e2d844d988f30";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];