python311Packages.google-cloud-bigquery-datatransfer: 3.15.1 -> 3.15.2

This commit is contained in:
R. Ryantm 2024-04-16 16:35:50 +00:00
parent 81a5d0fcbb
commit 43d5da7974
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-datatransfer";
version = "3.15.1";
version = "3.15.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2A0v6UBFHeP0fsU71e22Aau7HfQYnN4fo4bYD3G+p2I=";
hash = "sha256-oX4E3G3PB9qqCo5ZWt+p702oV5KUzlIdXNczthJ73Q0=";
};
propagatedBuildInputs = [