python311Packages.google-cloud-bigquery-logging: 1.4.2 -> 1.4.3

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-bigquery-logging-v1.4.3/packages/google-cloud-bigquery-logging/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-03-06 16:48:10 +01:00
parent a206ca147c
commit 59b85b6fc9

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-logging";
version = "1.4.2";
version = "1.4.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-e9jlI/utitWKBZ/IMEtrFBw5k6FGdIxtmoujUFBcwPs=";
hash = "sha256-7RqwaSthQcwGebhi5F/V//WxBIp5upVS0ToDDsjyURY=";
};
nativeBuildInputs = [