Merge pull request #287616 from r-ryantm/auto-update/python311Packages.google-cloud-trace

python311Packages.google-cloud-trace: 1.13.0 -> 1.13.1
This commit is contained in:
Fabian Affolter 2024-02-10 11:52:13 +01:00 committed by GitHub
commit 3f69783abd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,20 +9,25 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "google-cloud-trace";
version = "1.13.0";
format = "setuptools";
version = "1.13.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2oGGbqPLcPdMuSjVCG9yIV0moEToLUxjVFW22yHbRzc=";
hash = "sha256-KJpHnWbmrFVcixfvKQ/nvDWLy4Sn1lVDVsjkS/2+p5w=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
google-api-core
proto-plus