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 {
|
buildPythonPackage rec {
|
||||||
pname = "farm-haystack";
|
pname = "farm-haystack";
|
||||||
version = "1.22.1";
|
version = "1.23.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "deepset-ai";
|
owner = "deepset-ai";
|
||||||
repo = "haystack";
|
repo = "haystack";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-zzDcGfyBI4wcny8Bw893zOuAFYgz4tUY8QbwlGfQQ7o=";
|
hash = "sha256-rZG7768kEV1fa9zyAu7DsXlX+2eV8FcDnEssGD2qvII=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue