about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-02-02 18:55:59 -0500
committerGitHub <noreply@github.com>2024-02-02 18:55:59 -0500
commite718d5841ae8cae2ef9b6917477b6459318f6a97 (patch)
tree493cf04a70e142a64bfad0b2b39a4732a264e598 /pkgs
parentd4ec7d3e4ac11eb79f041159a6a61ac0c3fcebca (diff)
parent024b38659bd749e2511eb007e037a98a20c1ce3d (diff)
Merge pull request #284455 from r-ryantm/auto-update/python311Packages.databricks-sql-connector
python311Packages.databricks-sql-connector: 3.0.1 -> 3.0.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/databricks-sql-connector/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/databricks-sql-connector/default.nix b/pkgs/development/python-modules/databricks-sql-connector/default.nix
index 01b565df96e9a..b0bd083085f3c 100644
--- a/pkgs/development/python-modules/databricks-sql-connector/default.nix
+++ b/pkgs/development/python-modules/databricks-sql-connector/default.nix
@@ -18,7 +18,7 @@
 
 buildPythonPackage rec {
   pname = "databricks-sql-connector";
-  version = "3.0.1";
+  version = "3.0.2";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
     owner = "databricks";
     repo = "databricks-sql-python";
     rev = "refs/tags/v${version}";
-    hash = "sha256-ymR/PL+LC7Bt+thtCJs5kfbJgKDgioUo+T79E7ZUQWY=";
+    hash = "sha256-Uvy5/a9YFdPKpZ3B+Yvrvp7uZCY/My45w1lDqX7zJvI=";
   };
 
   pythonRelaxDeps = [