python311Packages.fastembed 0 -> 1 attrpath: python311Packages.fastembed Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/j4k3aqxw2zv216dwcnsbig5mpjfmbyda-packages.json.drv building '/nix/store/j4k3aqxw2zv216dwcnsbig5mpjfmbyda-packages.json.drv'... Going to be running update for following packages: - python3.11-fastembed-0.1.2 Press Enter key to continue... Running update for: - python3.11-fastembed-0.1.2: UPDATING ... - python3.11-fastembed-0.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/fastembed/default.nix b/pkgs/development/python-modules/fastembed/default.nix index 0302770761ed..4b9e572492bd 100644 --- a/pkgs/development/python-modules/fastembed/default.nix +++ b/pkgs/development/python-modules/fastembed/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "fastembed"; - version = "0.1.2"; + version = "0.2.4"; pyproject = true; disabled = pythonOlder "3.8"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "qdrant"; repo = "fastembed"; rev = "refs/tags/v${version}"; - hash = "sha256-FW85xeRcrPL3euXcQ3dS40SapimFgpWtRu6XiIzdzSM="; + hash = "sha256-tqejvX+qPU/leupnSwHbrCQFXouyT/1CmeMd5IUxcbQ="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.1.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , huggingface-hub , pythonOlder , pythonRelaxDepsHook , poetry-core , onnx , onnxruntime , requests , tokenizers , tqdm , pytestCheckHook }: buildPythonPackage rec { pname = "fastembed"; version = "0.2.2"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "qdrant"; repo = "fastembed"; rev = "refs/tags/v${version}"; hash = "sha256-ufgco5wPBG19GM99rZV7LKQqEzzCv24I8026SMz0CH4="; }; nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ huggingface-hub onnx onnxruntime requests tokenizers tqdm ]; pythonImportsCheck = [ "fastembed" ]; pythonRelaxDeps = [ "huggingface-hub" ]; nativeCheckInputs = [ pytestCheckHook ]; # there is one test and it requires network doCheck = false; meta = with lib; { description = "Fast, Accurate, Lightweight Python library to make State of the Art Embedding"; homepage = "https://github.com/qdrant/fastembed"; license = licenses.asl20; maintainers = with maintainers; [ happysalada ]; }; }