python3Packages.llama-index-readers-weather: 0.4.0 -> 0.4.1 (#442542)

Changed files
+2 -2
pkgs
development
python-modules
llama-index-readers-weather
+2 -2
pkgs/development/python-modules/llama-index-readers-weather/default.nix
···
buildPythonPackage rec {
pname = "llama-index-readers-weather";
-
version = "0.4.0";
+
version = "0.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "llama_index_readers_weather";
inherit version;
-
hash = "sha256-qgrHlJXOKWY5UnB2lZAJun3xA9sxn5+ZNNI6+aDnE98=";
+
hash = "sha256-fprFX75y50RzJA4SlMfgAeXOO88QbY9UT17Y8oIwdUk=";
};
build-system = [ hatchling ];