Merge pull request #287121 from r-ryantm/auto-update/python311Packages.google-cloud-bigquery-logging

python311Packages.google-cloud-bigquery-logging: 1.4.0 -> 1.4.1
This commit is contained in:
Fabian Affolter
2024-02-08 09:52:02 +01:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-logging";
version = "1.4.0";
version = "1.4.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4pl7cT8bLy0y3ntYt1qO027KF7yokHun5lGZHWnBkUw=";
hash = "sha256-HryKL26J6H2xW/EEPVceWd0ZATP7QAuolU77sw3QrWM=";
};
nativeBuildInputs = [