From 3fe9c65da3d4a702b94de3635a5796138f129c97 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 21 Nov 2024 09:45:45 +0100 Subject: [PATCH] python312Packages.accuweather: 3.0.0 -> 4.0.0 Diff: https://github.com/bieniu/accuweather/compare/refs/tags/3.0.0...4.0.0 Changelog: https://github.com/bieniu/accuweather/releases/tag/4.0.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 e27c61766556..59c2f374c2d7 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 = "3.0.0"; + version = "4.0.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "bieniu"; repo = "accuweather"; rev = "refs/tags/${version}"; - hash = "sha256-hnKwK0I8C8Xh7yn4yk2DqowqgyZYDB22IEllm5MeIGo="; + hash = "sha256-7k5aA9Pm9DWjPXwsmHP6jMhnobVJpsLGPgs3YCvnzco="; }; build-system = [ setuptools ];