python3Packages.lance-namespace-urllib3-client: 0.3.2 -> 0.4.0

This commit is contained in:
R. Ryantm
2025-12-23 20:57:26 +00:00
parent 4b7ac64440
commit 29a58cd708
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "lance-namespace";
version = "0.3.2";
version = "0.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "lancedb";
repo = "lance-namespace";
tag = "v${version}";
hash = "sha256-tBInz9BEl6u7E8cAmtlHBqIG65kifPR+iv5/jNV3204=";
hash = "sha256-t6VCKG54Sxf92B1OmfXXsWaJww2fyEcMGpJy4z94HZs=";
};
sourceRoot = "${src.name}/python/lance_namespace_urllib3_client";