Merge pull request #181277 from r-ryantm/auto-update/python310Packages.google-cloud-logging

python310Packages.google-cloud-logging: 3.1.2 -> 3.2.0
This commit is contained in:
Sandro 2022-07-13 11:48:49 +02:00 committed by GitHub
commit b282714e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-cloud-logging";
version = "3.1.2";
version = "3.2.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-PtAKi9IHb+56HcBTiA/LPJcxhIB+JA+MPAkp3XSOr38=";
hash = "sha256-DHFg4s1saEVhTk+IDqrmLaIM4nwjmBj72osp16YnruY=";
};
propagatedBuildInputs = [