Loading pkgs/development/python-modules/qdrant-client/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "qdrant-client"; version = "1.16.0"; version = "1.16.1"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "qdrant"; repo = "qdrant-client"; tag = "v${version}"; hash = "sha256-SJcGq7j++50VJ4627xiZW3sLwv3HP6b6+xZJEGvLxrs="; hash = "sha256-YRBSSYF+XnPkpc3WjCrSxsJ27CsgEY8GWqSbaT4p6Sw="; }; build-system = [ poetry-core ]; Loading Loading
pkgs/development/python-modules/qdrant-client/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "qdrant-client"; version = "1.16.0"; version = "1.16.1"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "qdrant"; repo = "qdrant-client"; tag = "v${version}"; hash = "sha256-SJcGq7j++50VJ4627xiZW3sLwv3HP6b6+xZJEGvLxrs="; hash = "sha256-YRBSSYF+XnPkpc3WjCrSxsJ27CsgEY8GWqSbaT4p6Sw="; }; build-system = [ poetry-core ]; Loading