python3Packages.aiotedee: 0.2.25 -> 0.2.27

Diff: https://github.com/zweckj/aiotedee/compare/v0.2.25...v0.2.27

Changelog: https://github.com/zweckj/aiotedee/releases/tag/v0.2.27
This commit is contained in:
Robert Schütz
2026-03-24 12:34:40 -07:00
parent 3a33006ef2
commit bbb182d06d
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "aiotedee";
version = "0.2.25";
version = "0.2.27";
pyproject = true;
src = fetchFromGitHub {
owner = "zweckj";
repo = "aiotedee";
tag = "v${version}";
hash = "sha256-xVZrXKJXQd+Jklka+LGA/q+vgQqsVH+prboM6G3CWWg=";
hash = "sha256-yN5v/kZ3oX3HYqgQR33gyCkGkHaAdPpP1Q9Q0eavJJs=";
};
build-system = [ setuptools ];