Merge pull request #290840 from fabaff/google-cloud-trace-bump

python311Packages.google-cloud-trace: 1.13.1 -> 1.13.2
This commit is contained in:
Nick Cao 2024-02-23 10:31:07 -05:00 committed by GitHub
commit fe96ffa827
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-trace";
version = "1.13.1";
version = "1.13.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-KJpHnWbmrFVcixfvKQ/nvDWLy4Sn1lVDVsjkS/2+p5w=";
hash = "sha256-3Iy7ke+2sH+S/xkjjfD4snLRt9B0Zew52qcwSryyDNU=";
};
nativeBuildInputs = [