Merge pull request #275326 from r-ryantm/auto-update/python310Packages.farm-haystack

python310Packages.farm-haystack: 1.22.1 -> 1.23.0
This commit is contained in:
Yt 2023-12-19 04:55:12 +00:00 committed by GitHub
commit 002cf67204
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,14 +91,14 @@
buildPythonPackage rec {
pname = "farm-haystack";
version = "1.22.1";
version = "1.23.0";
pyproject = true;
src = fetchFromGitHub {
owner = "deepset-ai";
repo = "haystack";
rev = "refs/tags/v${version}";
hash = "sha256-zzDcGfyBI4wcny8Bw893zOuAFYgz4tUY8QbwlGfQQ7o=";
hash = "sha256-rZG7768kEV1fa9zyAu7DsXlX+2eV8FcDnEssGD2qvII=";
};
nativeBuildInputs = [