meteo-qt: 4.2 -> 4.3

This commit is contained in:
R. Ryantm
2026-02-04 11:01:47 +00:00
parent e97de02225
commit 35b53de5d1
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "meteo-qt";
version = "4.2";
version = "4.3";
pyproject = true;
src = fetchFromGitHub {
owner = "dglent";
repo = "meteo-qt";
tag = "v${version}";
hash = "sha256-s02A5WwJffjbB497sXyugkIolqyK3OpEY7aBgnOBdbM=";
hash = "sha256-ksG5cnVV/4QOCzK+UWwe7LjPncIeFElAuTK60KaHgrY=";
};
postPatch = ''