Merge pull request #176683 from r-ryantm/auto-update/python3.10-google-cloud-runtimeconfig

python310Packages.google-cloud-runtimeconfig: 0.33.0 -> 0.33.1
This commit is contained in:
Sandro 2022-06-07 15:25:12 +02:00 committed by GitHub
commit c596556ee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "google-cloud-runtimeconfig";
version = "0.33.0";
version = "0.33.1";
src = fetchPypi {
inherit pname version;
sha256 = "cc85e5de7cdb58a27561885021ee6fcf1d9f89e0f0db7c371bdca9c54788dd15";
sha256 = "sha256-SKinB6fiBh+oe+lb2IGMD6248DDOrG7g3kiFpMGX4BU=";
};
propagatedBuildInputs = [ google-api-core google-cloud-core ];