python: google-cloud-bigquery-datatransfer: 0.3.0 -> 0.4.1
This commit is contained in:
parent
6e476e0223
commit
77c60f7756
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-bigquery-datatransfer";
|
||||
version = "0.3.0";
|
||||
version = "0.4.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "02bf1a508ffbc730904fd8a5e7d7c33946f0aa539127c1b1e235dfdedd7bc9a5";
|
||||
sha256 = "9ef431c0747d92dd5d5d4038aab96215dfd20c59235ece99a96d8329792cbcdb";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest mock ];
|
||||
|
|
Loading…
Reference in a new issue