0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python38Packages.databricks-connect: 9.1.4 -> 9.1.5

This commit is contained in:
R. Ryantm 2021-12-26 08:26:06 +00:00
parent f8024fe9a5
commit 80ea4b1c87

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "databricks-connect";
version = "9.1.4";
version = "9.1.5";
src = fetchPypi {
inherit pname version;
sha256 = "0e4c9178635d47b18ca12284c8ba970747e0b2e2fb7dd6f0a06d35788e81cb91";
sha256 = "26b88b1d8fdacf5226cf9c1924fae974c955ccbfe2fdcd08574327007bdcbdd9";
};
sourceRoot = ".";