Skip to content

Commit eaabc88

Browse files
authored
Merge pull request #292382 from fabaff/google-cloud-bigquery-datatransfer-bump
python311Packages.google-cloud-bigquery-datatransfer: 3.14.1 -> 3.15.0
2 parents 16b86d8 + e433a5b commit eaabc88

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-cloud-bigquery-datatransfer

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-cloud-bigquery-datatransfer/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
buildPythonPackage rec {
1616
pname = "google-cloud-bigquery-datatransfer";
17-
version = "3.14.1";
17+
version = "3.15.0";
1818
format = "setuptools";
1919

2020
disabled = pythonOlder "3.7";
2121

2222
src = fetchPypi {
2323
inherit pname version;
24-
hash = "sha256-v9gBSb9TYvaqF1/g7dJshSkJ2RlCAWXGdf7yPlne0I4=";
24+
hash = "sha256-/LBhPJorIQvyiInfNy7PJcVyOvH217FErtwiC2XTZvQ=";
2525
};
2626

2727
propagatedBuildInputs = [

0 commit comments

Comments
 (0)