python38Packages.google-cloud-bigquery-datatransfer: 3.4.0 -> 3.4.1
This commit is contained in:
parent
53a68253d7
commit
a5e5e2ad1b
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-cloud-bigquery-datatransfer";
|
pname = "google-cloud-bigquery-datatransfer";
|
||||||
version = "3.4.0";
|
version = "3.4.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "672a86089093e94ccbb3f95dd315f1152ecd239cfab49e1963d217929bab3bcc";
|
sha256 = "fdc8cb68a3ee54780f673f06b3cce83a5bb5d600db7ad363c85e38bf45afb59c";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ google-api-core libcst proto-plus pytz ];
|
propagatedBuildInputs = [ google-api-core libcst proto-plus pytz ];
|
||||||
|
|
Loading…
Reference in a new issue