Unverified Commit ff335ced authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.lance-namespace-urllib3-client: 0.0.21 -> 0.2.0 (#465674)

parents 7c4debd5 ceefdd03
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "lance-namespace";
  version = "0.0.21";
  version = "0.2.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "lancedb";
    repo = "lance-namespace";
    tag = "v${version}";
    hash = "sha256-KbQ1xXD/+8oOcbhc+dvk68ZF0daWm7In0y0NVsSfp9U=";
    hash = "sha256-OqSaDe0xA1S/KphpwJuIcyOrcT9sq+0oHhiIBtd7bcY=";
  };

  sourceRoot = "${src.name}/python/lance_namespace_urllib3_client";