1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
21
21
buildPythonPackage rec {
22
22
pname = "databricks-sql-connector" ;
23
- version = "3.7 .1" ;
23
+ version = "4.0 .1" ;
24
24
format = "pyproject" ;
25
25
26
26
disabled = pythonOlder "3.7" ;
@@ -29,7 +29,7 @@ buildPythonPackage rec {
29
29
owner = "databricks" ;
30
30
repo = "databricks-sql-python" ;
31
31
tag = "v${ version } " ;
32
- hash = "sha256-nq8+rkwY6WyxtdqWcSncyzeC8x50Iu6747f4J79mTws =" ;
32
+ hash = "sha256-/CWaWjDlgmaUY4Z6Nb0qfQ6gQR6u4FxkM/B/nOfAAYo =" ;
33
33
} ;
34
34
35
35
pythonRelaxDeps = [
@@ -64,7 +64,7 @@ buildPythonPackage rec {
64
64
meta = with lib ; {
65
65
description = "Databricks SQL Connector for Python" ;
66
66
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" ;
68
68
license = licenses . asl20 ;
69
69
maintainers = with maintainers ; [ harvidsen ] ;
70
70
} ;
0 commit comments