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

https://github.com/Brunas/meteo_lt-pkg/blob/v0.4.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:32 +01:00
parent e42620f7dc
commit d08dbe1520
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "meteo-lt-pkg";
version = "0.2.4";
version = "0.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Brunas";
repo = "meteo_lt-pkg";
tag = "v${version}";
hash = "sha256-OjIBgIOSJ65ryIF4D/UUUa1Oq0sPkKnaQEJeviimqhE=";
hash = "sha256-JYuWO9w0JHjmx4pnjh/WSKJNxVePkqWzPew0wd06uJ8=";
};
build-system = [ setuptools ];