Merge pull request #210953 from r-ryantm/auto-update/python310Packages.google-cloud-trace

python310Packages.google-cloud-trace: 1.8.0 -> 1.9.0
This commit is contained in:
Fabian Affolter 2023-01-16 09:46:58 +01:00 committed by GitHub
commit 97413f3a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-trace";
version = "1.8.0";
version = "1.9.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-dKywvDNcvDOULHREKcHWIBVVBBzrttICX+VgcborJVI=";
hash = "sha256-zqd9uiSpp6z5LyGG42axl6pGcYKmSrbku+UcLGtoUbI=";
};
propagatedBuildInputs = [