Skip to content

Commit c4e45b5

Browse files
authored
python3Packages.databricks-sdk: 0.62.0 -> 0.63.0 (#434895)
2 parents 034c0f3 + 436d2e3 commit c4e45b5

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
@@ -21,14 +21,14 @@
2121

2222
buildPythonPackage rec {
2323
pname = "databricks-sdk";
24-
version = "0.62.0";
24+
version = "0.63.0";
2525
pyproject = true;
2626

2727
src = fetchFromGitHub {
2828
owner = "databricks";
2929
repo = "databricks-sdk-py";
3030
tag = "v${version}";
31-
hash = "sha256-7bjCfss7xqUqAd5NcfkfmAuyQBxDT/K3/vLMPc/rcNE=";
31+
hash = "sha256-6y2I+a13aWafnkDL5P0uqOWoLAm5BbMhNU/XJHABRjA=";
3232
};
3333

3434
build-system = [

0 commit comments

Comments
 (0)