python313Packages.evohome-async: 1.0.3 -> 1.0.4

Diff: https://github.com/zxdavb/evohome-async/compare/refs/tags/1.0.3...1.0.4

Changelog: https://github.com/zxdavb/evohome-async/releases/tag/1.0.4
This commit is contained in:
Robert Schütz
2025-03-11 18:42:02 -07:00
parent f30e508549
commit 1f2c028176
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "evohome-async";
version = "1.0.3";
version = "1.0.4";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "zxdavb";
repo = "evohome-async";
tag = version;
hash = "sha256-VjUndmthuKGlvFX6sTWWxeGWFWDwN+UEtS9J/8nKQ9s=";
hash = "sha256-nQEnhm70BseurCX3SR6jZvgq2TRI1DtmY6ygyalsZKY=";
};
build-system = [ hatchling ];