Commit 541a7505 authored by R. RyanTM's avatar R. RyanTM Committed by Yt
Browse files

python310Packages.farm-haystack: 1.22.0 -> 1.22.1

parent 70e0fbe0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [