Commit 2f1a3578 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python3Packages.llama-index-readers-twitter: 0.4.1 -> 0.5.0

parent ef169d9c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildPythonPackage rec {
  pname = "llama-index-readers-twitter";
  version = "0.4.1";
  version = "0.5.0";
  pyproject = true;

  src = fetchPypi {
    pname = "llama_index_readers_twitter";
    inherit version;
    hash = "sha256-e4zYwopM7b1WiNINHU3DhnY1DPo7nMcIM/BymS1j0qQ=";
    hash = "sha256-ws26RKK4xVT2388oFmRgtMq6VXwCc5kLOr7toEZFEyQ=";
  };

  build-system = [ hatchling ];