From 24576b4e371009ab90b8547e2fd05b0f8e408acf Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 11 Sep 2025 03:58:28 +0000 Subject: [PATCH 1/2] python3Packages.hatasmota: 0.10.0 -> 0.10.1 --- pkgs/development/python-modules/hatasmota/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hatasmota/default.nix b/pkgs/development/python-modules/hatasmota/default.nix index 640030b8eac2..af0d5c4cce88 100644 --- a/pkgs/development/python-modules/hatasmota/default.nix +++ b/pkgs/development/python-modules/hatasmota/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "hatasmota"; - version = "0.10.0"; + version = "0.10.1"; pyproject = true; disabled = pythonOlder "3.6"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "emontnemery"; repo = "hatasmota"; tag = version; - hash = "sha256-T4C0lgVKmlHHuVPzrqC3Mm089TfzY2JCZK73be1W5+w="; + hash = "sha256-Be6W7+DMpMXezEQDkEN9+ei7cJXP1bGIURuXlMNyR0Y="; }; build-system = [ setuptools ]; From 0e65cb7d4eb4b42fccab37c75ebb60322597114e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 11 Sep 2025 20:19:55 +0200 Subject: [PATCH 2/2] python313Packages.hatasmota: modernize --- pkgs/development/python-modules/hatasmota/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hatasmota/default.nix b/pkgs/development/python-modules/hatasmota/default.nix index af0d5c4cce88..6d8f582e0419 100644 --- a/pkgs/development/python-modules/hatasmota/default.nix +++ b/pkgs/development/python-modules/hatasmota/default.nix @@ -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 ]; };