python313Packages.accuweather: 4.2.1 -> 4.2.2

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

Changelog: https://github.com/bieniu/accuweather/releases/tag/4.2.2

Changed files
+2 -2
pkgs
development
python-modules
accuweather
+2 -2
pkgs/development/python-modules/accuweather/default.nix
···
buildPythonPackage rec {
pname = "accuweather";
-
version = "4.2.1";
+
version = "4.2.2";
pyproject = true;
disabled = pythonOlder "3.12";
···
owner = "bieniu";
repo = "accuweather";
tag = version;
-
hash = "sha256-E5zPnG8hJ/iaj+JZUuBELWzsFuPWW5JOyORP9kBpsRw=";
+
hash = "sha256-ORxo92nfLGNRC+eWX4NrpoMgiCLbtfR5JA+23OT/L3Y=";
};
build-system = [ setuptools ];