Skip to content

Commit aca78d3

Browse files
authoredMar 25, 2025
python312Packages.databricks-sql-connector: 3.7.1 -> 4.0.1 (#391334)
2 parents 51ed432 + fe59405 commit aca78d3

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/databricks-sql-connector

1 file changed

+3
-3
lines changed
 

‎pkgs/development/python-modules/databricks-sql-connector/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
buildPythonPackage rec {
2222
pname = "databricks-sql-connector";
23-
version = "3.7.1";
23+
version = "4.0.1";
2424
format = "pyproject";
2525

2626
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
2929
owner = "databricks";
3030
repo = "databricks-sql-python";
3131
tag = "v${version}";
32-
hash = "sha256-nq8+rkwY6WyxtdqWcSncyzeC8x50Iu6747f4J79mTws=";
32+
hash = "sha256-/CWaWjDlgmaUY4Z6Nb0qfQ6gQR6u4FxkM/B/nOfAAYo=";
3333
};
3434

3535
pythonRelaxDeps = [
@@ -64,7 +64,7 @@ buildPythonPackage rec {
6464
meta = with lib; {
6565
description = "Databricks SQL Connector for Python";
6666
homepage = "https://docs.databricks.com/dev-tools/python-sql-connector.html";
67-
changelog = "https://github.com/databricks/databricks-sql-python/blob/v${version}/CHANGELOG.md";
67+
changelog = "https://github.com/databricks/databricks-sql-python/blob/${src.tag}/CHANGELOG.md";
6868
license = licenses.asl20;
6969
maintainers = with maintainers; [ harvidsen ];
7070
};

0 commit comments

Comments
 (0)
Failed to load comments.