about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-03-29 11:29:53 +0200
committerGitHub <noreply@github.com>2023-03-29 11:29:53 +0200
commita2d0827146239af821dba02d20a6d07273156299 (patch)
treef2140a0e8e14d5a0cd5d2da82acfb1d3fce7ea61
parentfe1eb66af741803327b22112626bf075baa5bf2c (diff)
parent7c69b2bbaed370f4e73cd3f18afeea16c92a6fd4 (diff)
Merge pull request #223693 from r-ryantm/auto-update/python310Packages.google-cloud-bigquery-storage
python310Packages.google-cloud-bigquery-storage: 2.19.0 -> 2.19.1
-rw-r--r--pkgs/development/python-modules/google-cloud-bigquery-storage/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google-cloud-bigquery-storage/default.nix b/pkgs/development/python-modules/google-cloud-bigquery-storage/default.nix
index 1842c9c5becea..329db692d1395 100644
--- a/pkgs/development/python-modules/google-cloud-bigquery-storage/default.nix
+++ b/pkgs/development/python-modules/google-cloud-bigquery-storage/default.nix
@@ -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 = [