python3Packages.google-cloud-os-config: 1.2.0 -> 1.3.2

This commit is contained in:
Fabian Affolter 2021-08-09 23:38:47 +02:00 committed by Sandro Jäckel
parent 11f99457ae
commit 14224e3e88
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

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