File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/databricks-sdk Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121
2222buildPythonPackage rec {
2323 pname = "databricks-sdk" ;
24- version = "0.53 .0" ;
24+ version = "0.55 .0" ;
2525 pyproject = true ;
2626
2727 src = fetchFromGitHub {
2828 owner = "databricks" ;
2929 repo = "databricks-sdk-py" ;
3030 tag = "v${ version } " ;
31- hash = "sha256-QuPoez1F9v87LGM0Ov6Wg2f5pLAr0uDqZ0b08Xda5+k =" ;
31+ hash = "sha256-H/LtuqVRW3Ii/z/AU4d/PLxywG41G4aZH3xz+nOM0FY =" ;
3232 } ;
3333
3434 build-system = [
@@ -82,7 +82,7 @@ buildPythonPackage rec {
8282 meta = {
8383 description = "Databricks SDK for Python" ;
8484 homepage = "https://github.com/databricks/databricks-sdk-py" ;
85- changelog = "https://github.com/databricks/databricks-sdk-py/blob/v ${ version } /CHANGELOG.md" ;
85+ changelog = "https://github.com/databricks/databricks-sdk-py/blob/${ src . tag } /CHANGELOG.md" ;
8686 license = lib . licenses . asl20 ;
8787 maintainers = with lib . maintainers ; [ GaetanLepage ] ;
8888 } ;
You can’t perform that action at this time.
0 commit comments