From bd969863db31fa8c7fc4d67913956f4be3a80dc3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 14 Apr 2023 21:56:42 +0200 Subject: [PATCH] python310Packages.accuweather: 0.5.0 -> 0.5.1 Changelog: https://github.com/bieniu/accuweather/releases/tag/0.5.1 --- .../python-modules/accuweather/default.nix | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/pkgs/development/python-modules/accuweather/default.nix b/pkgs/development/python-modules/accuweather/default.nix index e6f2274667c2..7bf270e92db3 100644 --- a/pkgs/development/python-modules/accuweather/default.nix +++ b/pkgs/development/python-modules/accuweather/default.nix @@ -12,25 +12,18 @@ buildPythonPackage rec { pname = "accuweather"; - version = "0.5.0"; + version = "0.5.1"; format = "setuptools"; - disabled = pythonOlder "3.8"; + disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "bieniu"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-v4mFvW+p0g+5IeZT8o0Z60MafHyYZ62d4lNH27wlAeI="; + hash = "sha256-kWhb9tDp7/p5iCXTpf4/fjSo1ceuA9I2eqSprt50rWU="; }; - postPatch = '' - substituteInPlace setup.py \ - --replace "pytest-runner" "" - substituteInPlace setup.cfg \ - --replace "--cov --cov-report term-missing" "" - ''; - propagatedBuildInputs = [ aiohttp orjson