mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 21:57:59 +00:00
python310Packages.farm-haystack: 1.22.0 -> 1.22.1
This commit is contained in:
parent
70e0fbe0ac
commit
541a750503
@ -91,14 +91,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "farm-haystack";
|
||||
version = "1.22.0";
|
||||
version = "1.22.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "deepset-ai";
|
||||
repo = "haystack";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-0tRgZqySM9vPhs5lar89Gz/G7/YgRuFZosgTdKuGBH0=";
|
||||
hash = "sha256-zzDcGfyBI4wcny8Bw893zOuAFYgz4tUY8QbwlGfQQ7o=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user