forked from mirrors/nixpkgs
Merge pull request #169735 from r-ryantm/auto-update/python3.10-databricks-connect
python310Packages.databricks-connect: 9.1.13 -> 9.1.14
This commit is contained in:
commit
ad16fea8dc
|
@ -9,14 +9,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "databricks-connect";
|
||||
version = "9.1.13";
|
||||
version = "9.1.14";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-TpE15UOwbuAvp+ffC9JUnR8yQb0DWvBMkSieMhQGjao=";
|
||||
sha256 = "sha256-l+mTqiQPuPJfGbEVSILpCTlxAka0GeCgIXjMG4Vs82o=";
|
||||
};
|
||||
|
||||
sourceRoot = ".";
|
||||
|
|
Loading…
Reference in a new issue