Skip to content

Commit f122659

Browse files
committed
python312Packages.databricks-sdk: 0.35.0 -> 0.38.0
1 parent e383460 commit f122659

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222

2323
buildPythonPackage rec {
2424
pname = "databricks-sdk";
25-
version = "0.35.0";
25+
version = "0.38.0";
2626
pyproject = true;
2727

2828
src = fetchFromGitHub {
2929
owner = "databricks";
3030
repo = "databricks-sdk-py";
3131
rev = "refs/tags/v${version}";
32-
hash = "sha256-CEv/+3E7KWV9LXzFPvDQIL1v8iFgbsS3/cTS/4obWas=";
32+
hash = "sha256-g00NRo0FSHujN2mCLZCc1hKGsBFiN7ztEneUMziuQpk=";
3333
};
3434

3535
build-system = [

0 commit comments

Comments
 (0)