From f7a6fb0402a6a208a9828f265e603fdcc6bb057b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 18 May 2023 16:03:35 +0200 Subject: [PATCH] python311Packages.accuweather: 0.5.1 -> 0.5.2 Diff: https://github.com/bieniu/accuweather/compare/refs/tags/0.5.1...0.5.2 Changelog: https://github.com/bieniu/accuweather/releases/tag/0.5.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 7bf270e92db..ec4adec7638 100644 --- a/pkgs/development/python-modules/accuweather/default.nix +++ b/pkgs/development/python-modules/accuweather/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "accuweather"; - version = "0.5.1"; + version = "0.5.2"; format = "setuptools"; disabled = pythonOlder "3.9"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "bieniu"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-kWhb9tDp7/p5iCXTpf4/fjSo1ceuA9I2eqSprt50rWU="; + hash = "sha256-rXA5A80PWn08VPeimJeMNWMGvzaE/gWrRuJseHiDkRg="; }; propagatedBuildInputs = [