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

This commit is contained in:
R. Ryantm
2026-03-13 17:03:57 +00:00
parent 8e9acba638
commit bf3c403a55
@@ -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 ];