python3Packages.apple-weatherkit: 1.1.3 -> 1.2.0

Diff: https://github.com/tjhorner/python-weatherkit/compare/v1.1.3...v1.2.0

Changelog: https://github.com/tjhorner/python-weatherkit/releases/tag/v1.2.0
This commit is contained in:
Fabian Affolter
2026-04-06 14:35:48 +02:00
parent f0eb972570
commit 8d8530229f
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "apple-weatherkit";
version = "1.1.3";
version = "1.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tjhorner";
repo = "python-weatherkit";
tag = "v${version}";
hash = "sha256-JvN8GmlTxz9VGttIFVG6q//c+BhP2pt1tBOhnJhNwJg=";
hash = "sha256-6dln/599XTJrIY2wL8n9WdHEjJ75goYeZC5szQ6WNsk=";
};
build-system = [ poetry-core ];