Merge pull request #139707 from r-ryantm/auto-update/python3.8-google-cloud-asset

This commit is contained in:
Sandro 2021-09-28 10:55:52 +02:00 committed by GitHub
commit 3aa342790b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "google-cloud-asset";
version = "3.5.0";
version = "3.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "7d7218ffdd17d64184e1de69ef016f1f070bb0c888785510c4731948b078067d";
sha256 = "4aa14659d1b406d98b7d39f5d7b9399c4eaeb0c0b9f669fe51a5ac45a28b784e";
};
propagatedBuildInputs = [