From 7f879bfb3fda4ea62338bb6164dc96ae3bd2ed15 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 29 Jan 2026 01:15:14 +0100 Subject: [PATCH] python313Packages.meteofrance-api: 1.4.0 -> 1.5.0 Diff: https://github.com/hacf-fr/meteofrance-api/compare/v1.4.0...v1.5.0 Changelog: https://github.com/hacf-fr/meteofrance-api/releases/tag/v1.5.0 --- pkgs/development/python-modules/meteofrance-api/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/meteofrance-api/default.nix b/pkgs/development/python-modules/meteofrance-api/default.nix index ed506fc4d49d..fe4e141b9c15 100644 --- a/pkgs/development/python-modules/meteofrance-api/default.nix +++ b/pkgs/development/python-modules/meteofrance-api/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "meteofrance-api"; - version = "1.4.0"; + version = "1.5.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "hacf-fr"; repo = "meteofrance-api"; tag = "v${version}"; - hash = "sha256-5zqmzPbzC9IUZ+y1FRh+u1gds/ZdGeRm5/ajQf8UKTQ="; + hash = "sha256-zvfFMxXbCul14OXaoRdjMWKW3FYyTUcYGklHgb04nvA="; }; build-system = [ poetry-core ];