lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.haystack-ai: 2.9.0 -> 2.16.1

https://github.com/deepset-ai/haystack/releases/tag/v2.16.1

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/haystack-ai/default.nix
··· 91 91 92 92 buildPythonPackage rec { 93 93 pname = "haystack-ai"; 94 - version = "2.9.0"; 94 + version = "2.16.1"; 95 95 pyproject = true; 96 96 97 97 src = fetchFromGitHub { 98 98 owner = "deepset-ai"; 99 99 repo = "haystack"; 100 100 tag = "v${version}"; 101 - hash = "sha256-h/4KskpzO3+e6aLQlBb8yitmfdbdc+J6Hz6TMs8bnr8="; 101 + hash = "sha256-Z5T5X92Hig7nW1fUc8b+LuegJlIZbMfyjJ0PnVudPew="; 102 102 }; 103 103 104 104 nativeBuildInputs = [