python313Packages.hatasmota: modernize

This commit is contained in:
Fabian Affolter
2025-09-11 20:19:55 +02:00
committed by GitHub
parent 24576b4e37
commit 0e65cb7d4e
@@ -14,7 +14,7 @@ buildPythonPackage rec {
version = "0.10.1";
pyproject = true;
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.13";
src = fetchFromGitHub {
owner = "emontnemery";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module to help parse and construct Tasmota MQTT messages";
homepage = "https://github.com/emontnemery/hatasmota";
changelog = "https://github.com/emontnemery/hatasmota/releases/tag/${version}";
changelog = "https://github.com/emontnemery/hatasmota/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};