From 103b4d26d9003eaf23e7b1a38db35d53b0e9fc10 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 16 Aug 2024 22:32:04 +0200 Subject: [PATCH] python312Packages.weatherflow4py: 0.2.22 -> 0.2.23 Diff: https://github.com/jeeftor/weatherflow4py/compare/refs/tags/v0.2.22...v0.2.23 Changelog: https://github.com/jeeftor/weatherflow4py/releases/tag/v0.2.23 --- pkgs/development/python-modules/weatherflow4py/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/weatherflow4py/default.nix b/pkgs/development/python-modules/weatherflow4py/default.nix index 54f8673e23c5..ac48a838ff5a 100644 --- a/pkgs/development/python-modules/weatherflow4py/default.nix +++ b/pkgs/development/python-modules/weatherflow4py/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "weatherflow4py"; - version = "0.2.22"; + version = "0.2.23"; pyproject = true; disabled = pythonOlder "3.11"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "jeeftor"; repo = "weatherflow4py"; rev = "refs/tags/v${version}"; - hash = "sha256-J1hZormJByWC29fuRAJ2ozydRxQh9bGp4Pi96DuTSQo="; + hash = "sha256-ghdjQyZPLFzgmrB2ppzNbqM/D2/zW872tw4emzInLBY="; }; build-system = [ poetry-core ];