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

authored by

Sandro and committed by
GitHub
631a0e3d 133fc4dd

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-bigquery-storage/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "google-cloud-bigquery-storage"; 12 - version = "2.13.1"; 12 + version = "2.13.2"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "7a25148f635a04ca9ff568d47e64be275d3a4a3c90772524879e8f88f270d92d"; 16 + sha256 = "sha256-rEznNOgFrKfnOmlhexTTHmkKETRGE26SKSp04diz47I="; 17 17 }; 18 18 19 19 propagatedBuildInputs = [