python312Packages.pyatmo: 8.1.0 -> 9.0.0

This commit is contained in:
R. Ryantm
2025-04-03 06:04:43 +00:00
parent 0ddf8d4cf7
commit ea01694bf3
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pyatmo";
version = "8.1.0";
version = "9.0.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "jabesq";
repo = "pyatmo";
tag = "v${version}";
hash = "sha256-SRuBV7XWt4Myks7kbUzGAscggspUbRoLOvYNiorF8To=";
hash = "sha256-DGtfXM0Bfo5iyJ66/Bm5rQB2/ZYA+ZhlkUci1viynWY=";
};
pythonRelaxDeps = [
@@ -57,7 +57,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Simple API to access Netatmo weather station data";
homepage = "https://github.com/jabesq/pyatmo";
changelog = "https://github.com/jabesq/pyatmo/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/jabesq/pyatmo/blob/${src.tag}/CHANGELOG.md";
license = licenses.mit;
maintainers = [ ];
};