python310Packages.google-cloud-bigquery-datatransfer: 3.6.1 -> 3.6.2

This commit is contained in:
R. Ryantm 2022-06-07 15:51:42 +00:00
parent 064a605987
commit bda2cc9186

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-datatransfer";
version = "3.6.1";
version = "3.6.2";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-hR5qHucBpq1LS9pIZeovcPMiVbw3dhSeeJxkYH8xuMk=";
hash = "sha256-y8W0qwm4rTHlDO8L+/fhIJlfW5PonUhAYBU5wLIZJ94=";
};
propagatedBuildInputs = [