python313Packages.accuweather: 4.2.2 -> 5.0.0

Diff: https://github.com/bieniu/accuweather/compare/4.2.2...5.0.0

Changelog: https://github.com/bieniu/accuweather/releases/tag/5.0.0
This commit is contained in:
Fabian Affolter
2025-12-30 21:39:20 +01:00
parent 44666f9e0b
commit 5f53e5ac5b

View File

@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "accuweather";
version = "4.2.2";
version = "5.0.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bieniu";
repo = "accuweather";
tag = version;
hash = "sha256-ORxo92nfLGNRC+eWX4NrpoMgiCLbtfR5JA+23OT/L3Y=";
hash = "sha256-EM0DpFvToPgI0PSFYlJsQQ16Uh1qd0ARp1ucvUD16ss=";
};
build-system = [ setuptools ];