From 8facd83341f5e8aab9b29f254a13fbe0eeda8308 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 16 Sep 2024 11:17:29 +0200 Subject: [PATCH] python312Packages.weatherflow4py: 1.0.4 -> 1.0.6 Diff: https://github.com/jeeftor/weatherflow4py/compare/refs/tags/v1.0.4...v1.0.6 Changelog: https://github.com/jeeftor/weatherflow4py/releases/tag/v1.0.6 --- 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 83ea54a35e78..5ffcffcbcff9 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 = "1.0.4"; + version = "1.0.6"; pyproject = true; disabled = pythonOlder "3.11"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "jeeftor"; repo = "weatherflow4py"; rev = "refs/tags/v${version}"; - hash = "sha256-6LSxv1Lh9UUo0Y7I/BvxEPtIkOjIAYon32mcoS1Gxxs="; + hash = "sha256-NazRT/gSaxat90eA66ajjVPvN9UFNEX4y1hfOtu9UoE="; }; build-system = [ poetry-core ];