From 1ec967bb0366454e55ba95c078e451694c9613ff Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 3 Feb 2026 01:48:14 +0100 Subject: [PATCH] python313Packages.pymeteoclimatic: 0.1.0 -> 0.1.1 Diff: https://github.com/adrianmo/pymeteoclimatic/compare/0.1.0...0.1.1 Changelog: https://github.com/adrianmo/pymeteoclimatic/releases/tag/0.1.1 --- pkgs/development/python-modules/pymeteoclimatic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pymeteoclimatic/default.nix b/pkgs/development/python-modules/pymeteoclimatic/default.nix index 9df87231b932..912e8fe74cd5 100644 --- a/pkgs/development/python-modules/pymeteoclimatic/default.nix +++ b/pkgs/development/python-modules/pymeteoclimatic/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "pymeteoclimatic"; - version = "0.1.0"; + version = "0.1.1"; pyproject = true; src = fetchFromGitHub { owner = "adrianmo"; repo = "pymeteoclimatic"; tag = version; - hash = "sha256-rP0+OYDnQ4GuoV7DzR6jtgH6ilTMLjdaEFJcz3L0GYQ="; + hash = "sha256-Yln+uUwnb5mlPS3uRRzpAH6kSc9hU2jEnhk/3ifiwWI="; }; nativeBuildInputs = [ setuptools ];