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

authored by Sandro and committed by GitHub 3e27dcb5 adc5839d

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-bigquery-logging/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "google-cloud-bigquery-logging"; 15 - version = "0.2.1"; 15 + version = "0.2.2"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "sha256-5ixj9MnJVVcU9NR4ZBe0TAp8ogJLAKrPlyGm5d/iQwA="; 19 + sha256 = "2dc15be4fdcd574c23124bfc0a678c864581038c96b86275c7b41d9fced06534"; 20 20 }; 21 21 22 22 propagatedBuildInputs = [