Skip to content

Commit

Permalink
python312Packages.databricks-sdk: 0.38.0 -> 0.40.0 (NixOS#370425)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 4, 2025
2 parents 98b95a3 + caff44b commit eeae747
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/databricks-sdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@

buildPythonPackage rec {
pname = "databricks-sdk";
version = "0.38.0";
version = "0.40.0";
pyproject = true;

src = fetchFromGitHub {
owner = "databricks";
repo = "databricks-sdk-py";
tag = "v${version}";
hash = "sha256-g00NRo0FSHujN2mCLZCc1hKGsBFiN7ztEneUMziuQpk=";
hash = "sha256-x8CbjWdholuIGVr3TxbFjEszu0owjSIm7+G3Sh+cHEk=";
};

build-system = [
Expand Down Expand Up @@ -82,7 +82,7 @@ buildPythonPackage rec {
meta = {
description = "Databricks SDK for Python";
homepage = "https://github.com/databricks/databricks-sdk-py";
changelog = "https://github.com/databricks/databricks-sdk-py/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/databricks/databricks-sdk-py/blob/v${version}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ GaetanLepage ];
};
Expand Down

0 comments on commit eeae747

Please sign in to comment.