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

python311Packages.google-cloud-bigquery-logging: 1.4.1 -> 1.4.2
This commit is contained in:
Nick Cao 2024-02-23 10:16:38 -05:00 committed by GitHub
commit 5e1632ca80
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.1";
version = "1.4.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-HryKL26J6H2xW/EEPVceWd0ZATP7QAuolU77sw3QrWM=";
hash = "sha256-e9jlI/utitWKBZ/IMEtrFBw5k6FGdIxtmoujUFBcwPs=";
};
nativeBuildInputs = [