Skip to content

Commit

Permalink
Merge pull request #223693 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.google-cloud-bigquery-storage

python310Packages.google-cloud-bigquery-storage: 2.19.0 -> 2.19.1
  • Loading branch information
SuperSandro2000 committed Mar 29, 2023
2 parents fe1eb66 + 7c69b2b commit a2d0827
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

buildPythonPackage rec {
pname = "google-cloud-bigquery-storage";
version = "2.19.0";
version = "2.19.1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-5bsOrT4IIrxOnPIpvR0T1MOPGeUNU6odcKs82aN8B8I=";
hash = "sha256-DZtfQqcD8yELSzrUWhgTkZH5NHQP3zYpsbIv2VrfC7o=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit a2d0827

Please sign in to comment.