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

python312Packages.google-cloud-bigquery-logging: 1.4.3 -> 1.4.4
This commit is contained in:
Fabian Affolter 2024-07-10 22:46:19 +02:00 committed by GitHub
commit 28379883bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-logging";
version = "1.4.3";
version = "1.4.4";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7RqwaSthQcwGebhi5F/V//WxBIp5upVS0ToDDsjyURY=";
hash = "sha256-t6u/PkEH7BC719Qv7ES+VKhknNTCYRfZ3srYSMtR+ko=";
};
nativeBuildInputs = [ setuptools ];