python313Packages.accuweather: 4.2.0 -> 4.2.1

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

Changelog: https://github.com/bieniu/accuweather/releases/tag/4.2.1
This commit is contained in:
Fabian Affolter
2025-09-13 20:30:42 -07:00
committed by Robert Schütz
parent 4199f186ec
commit cabd5d89b8
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "accuweather";
version = "4.2.0";
version = "4.2.1";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bieniu";
repo = "accuweather";
tag = version;
hash = "sha256-Ria725YXHgVLH3jOK5lV9Ux9UfUJtgF+/QMC3lJ/Dcg=";
hash = "sha256-E5zPnG8hJ/iaj+JZUuBELWzsFuPWW5JOyORP9kBpsRw=";
};
build-system = [ setuptools ];