python313Packages.accuweather: 4.2.1 -> 4.2.2 (#446461)

This commit is contained in:
Fabian Affolter
2025-09-26 22:40:09 +00:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "accuweather";
version = "4.2.1";
version = "4.2.2";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bieniu";
repo = "accuweather";
tag = version;
hash = "sha256-E5zPnG8hJ/iaj+JZUuBELWzsFuPWW5JOyORP9kBpsRw=";
hash = "sha256-ORxo92nfLGNRC+eWX4NrpoMgiCLbtfR5JA+23OT/L3Y=";
};
build-system = [ setuptools ];