python310Packages.google-cloud-asset: 3.10.0 -> 3.11.0

This commit is contained in:
R. Ryantm 2022-08-11 23:25:52 +00:00
parent f2c28f668c
commit 22661f082f

View file

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-cloud-asset";
version = "3.10.0";
version = "3.11.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4ph6a5nncMiOEy1hfLt/QuQuT6rFwduLnCyc46KZrLA=";
hash = "sha256-d/eDAp8QuXr2Zh/zk9ONeKd+SdmqXlugdpx9t1hkMIM=";
};
propagatedBuildInputs = [