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

python310Packages.google-cloud-os-config: 1.11.1 -> 1.11.2
This commit is contained in:
Sandro 2022-06-07 19:08:56 +02:00 committed by GitHub
commit f5e484674a
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.11.1";
version = "1.11.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-i4STXwnFyfXauRx4zvYMO1uWMechvNUOxolOcY3Z5us=";
sha256 = "sha256-n3bCKr+fszqHsi6uDmOXSfzoPP8JfpZRAGXIzE3gOVU=";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];