python310Packages.farm-haystack: 1.22.1 -> 1.23.0

This commit is contained in:
R. Ryantm 2023-12-19 04:04:32 +00:00
parent 4aeb82afc8
commit 8b52270180

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 = [