From 6ed7e90a0616b57a22c88cdd2c4137db2b96be46 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 8 Jan 2024 22:41:38 +0100 Subject: [PATCH] python311Packages.pymeteoclimatic: 0.0.6 -> 0.1.0 Diff: https://github.com/adrianmo/pymeteoclimatic/compare/0.0.6...0.1.0 --- 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 b47809d13a77..9f4768c055d6 100644 --- a/pkgs/development/python-modules/pymeteoclimatic/default.nix +++ b/pkgs/development/python-modules/pymeteoclimatic/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "pymeteoclimatic"; - version = "0.0.6"; + version = "0.1.0"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "adrianmo"; repo = pname; rev = version; - sha256 = "0ys0d6jy7416gbsd0pqgvm5ygzn36pjdaklqi4q56vsb13zn7y0h"; + sha256 = "sha256-rP0+OYDnQ4GuoV7DzR6jtgH6ilTMLjdaEFJcz3L0GYQ="; }; propagatedBuildInputs = [