about summary refs log tree commit diff
path: root/pkgs/development/python-modules/google-cloud-bigquery
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-03 00:00:51 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-20 20:44:22 +0100
commit8421e3220b827dfae2901ec6320f0ec9a18d3327 (patch)
treeaf42a8be279485b1c667558356d24124e6a42d96 /pkgs/development/python-modules/google-cloud-bigquery
parent4839daabf0802ce46f30afa29b973e4089e7cabf (diff)
python3Packages.google-cloud-bigquery: 3.11.4 -> 3.13.0
https://github.com/googleapis/python-bigquery/blob/v3.13.0/CHANGELOG.md
Diffstat (limited to 'pkgs/development/python-modules/google-cloud-bigquery')
-rw-r--r--pkgs/development/python-modules/google-cloud-bigquery/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google-cloud-bigquery/default.nix b/pkgs/development/python-modules/google-cloud-bigquery/default.nix
index 7edbedb80c6a3..5eeb88cd9d0f9 100644
--- a/pkgs/development/python-modules/google-cloud-bigquery/default.nix
+++ b/pkgs/development/python-modules/google-cloud-bigquery/default.nix
@@ -28,14 +28,14 @@
 
 buildPythonPackage rec {
   pname = "google-cloud-bigquery";
-  version = "3.11.4";
+  version = "3.13.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-aX3xFyQaIoO8u5OyHhC63BTlHJqQgA0qfho+HH2EKXQ=";
+    hash = "sha256-eUzPyTzLDgrWiUQviW+cgt5W2g/hihlVMbs3CWwmV9Y=";
   };
 
   propagatedBuildInputs = [