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:
commit
002cf67204
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue