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

python310Packages.google-cloud-bigquery-logging: 1.0.6 -> 1.0.7

authored by

Jonas Heinrich and committed by
GitHub
bb086bef 4c698434

+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 = "1.0.6"; 15 + version = "1.0.7"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.7"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - hash = "sha256-n32dnkSujb8npafG4OQZpKqyfdPsIt9hZVpvtjhI6U0="; 22 + hash = "sha256-F8PP/Vs+sOVDEwIUvWnO6C4+rQvVTtWKMPnREwKEQ0I="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [