From 6a54cb3a92d1df2a6ef59c1c51637cac0009dc06 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 9 Mar 2025 00:42:35 +0100 Subject: [PATCH] python313Packages.accuweather: 4.1.0 -> 4.2.0 Diff: https://github.com/bieniu/accuweather/compare/refs/tags/4.1.0...4.2.0 Changelog: https://github.com/bieniu/accuweather/releases/tag/4.2.0 --- 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 76be9367c2ea..5f1b454ca3ed 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.1.0"; + version = "4.2.0"; pyproject = true; disabled = pythonOlder "3.12"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "bieniu"; repo = "accuweather"; tag = version; - hash = "sha256-j9fJDM5YOcrJ9n4umhZ5hFkAzmr5wQRq2dqZRcZsBRM="; + hash = "sha256-Ria725YXHgVLH3jOK5lV9Ux9UfUJtgF+/QMC3lJ/Dcg="; }; build-system = [ setuptools ];