Unverified Commit bea7b4f3 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.llama-index-workflows: 2.14.1 -> 2.14.2 (#490300)

parents c549d0cf af671c23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildPythonPackage (finalAttrs: {
  pname = "llama-index-workflows";
  version = "2.14.1";
  version = "2.14.2";
  pyproject = true;

  src = fetchPypi {
    pname = "llama_index_workflows";
    inherit (finalAttrs) version;
    hash = "sha256-eancEgxdy/FAGu1AwQva4L0tOf3JD27vRjGF6EZla+8=";
    hash = "sha256-s/F6gEwneQHTC8bhtWOYFj2xguxIOE95qxb9yVc7iHc=";
  };

  postPatch = ''