From 6e1e99689665ebcecae6e14550f4f922d1da66a6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 27 Sep 2025 00:01:27 +0200 Subject: [PATCH] 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 --- pkgs/development/python-modules/accuweather/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/accuweather/default.nix b/pkgs/development/python-modules/accuweather/default.nix index b0ac23e61846..120281bc02a9 100644 --- a/pkgs/development/python-modules/accuweather/default.nix +++ b/pkgs/development/python-modules/accuweather/default.nix @@ -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 ];