lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python38Packages.google-cloud-bigquery-datatransfer: 3.4.0 -> 3.4.1

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-bigquery-datatransfer/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "google-cloud-bigquery-datatransfer"; 15 - version = "3.4.0"; 15 + version = "3.4.1"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "672a86089093e94ccbb3f95dd315f1152ecd239cfab49e1963d217929bab3bcc"; 19 + sha256 = "fdc8cb68a3ee54780f673f06b3cce83a5bb5d600db7ad363c85e38bf45afb59c"; 20 20 }; 21 21 22 22 propagatedBuildInputs = [ google-api-core libcst proto-plus pytz ];