python3Packages.hatasmota: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm
2025-09-11 03:58:28 +00:00
parent 7c05be024d
commit 24576b4e37
@@ -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 ];