Merge pull request #293799 from fabaff/google-cloud-bigquery-logging-bump

python311Packages.google-cloud-bigquery-logging: 1.4.2 -> 1.4.3
This commit is contained in:
Nick Cao 2024-03-06 17:36:14 -05:00 committed by GitHub
commit fa7cac40ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [