Skip to content

Commit f90e9d8

Browse files
authored
python3Packages.databricks-sdk: 0.53.0 -> 0.55.0 (#411579)
2 parents 99c5337 + f0dbe45 commit f90e9d8

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/databricks-sdk/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121

2222
buildPythonPackage 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
};

0 commit comments

Comments
 (0)