Revert "python3Packages.meteo-lt-pkg: 0.2.4 -> 0.4.0"

This reverts commit d08dbe1520 because it
broke home-assistant.tests.components.meteo_lt.
This commit is contained in:
Robert Schütz
2026-03-05 08:09:43 -08:00
parent 0d93e873f6
commit aa8225dcfb
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "meteo-lt-pkg";
version = "0.4.0";
version = "0.2.4";
pyproject = true;
src = fetchFromGitHub {
owner = "Brunas";
repo = "meteo_lt-pkg";
tag = "v${version}";
hash = "sha256-JYuWO9w0JHjmx4pnjh/WSKJNxVePkqWzPew0wd06uJ8=";
hash = "sha256-OjIBgIOSJ65ryIF4D/UUUa1Oq0sPkKnaQEJeviimqhE=";
};
build-system = [ setuptools ];