python3Packages.haystack-ai: 2.16.1 -> 2.22.0
https://github.com/deepset-ai/haystack/releases/tag/v2.22.0 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -91,14 +91,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "haystack-ai";
|
||||
version = "2.16.1";
|
||||
version = "2.22.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "deepset-ai";
|
||||
repo = "haystack";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-Z5T5X92Hig7nW1fUc8b+LuegJlIZbMfyjJ0PnVudPew=";
|
||||
hash = "sha256-QqQTlyVUJU90lzMUe43Qd0WXXaxUi/53apvz/GlrsY0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user