python3Packages.google-cloud-os-config: 1.12.1 -> 1.12.2

This commit is contained in:
Sandro Jäckel 2022-08-22 00:33:47 +02:00
parent cc3c2ae9e2
commit 0288b43c41
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.12.1";
version = "1.12.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-eINiPP8CACiYP2nSY1U60EoYFlXhvA/0ykw2CUWP1lQ=";
sha256 = "sha256-pr/JPao4GS5XrmeRLk3f1bCaDqlqXodWsn+cTEoR+NM=";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];