python3Packages.idasen-ha: 2.6.4 -> 2.6.5

Diff: https://github.com/abmantis/idasen-ha/compare/2.6.4...2.6.5

Changelog: https://github.com/abmantis/idasen-ha/releases/tag/2.6.5
This commit is contained in:
Robert Schütz
2026-03-27 11:18:08 -07:00
parent a91826bcd1
commit 5a7ed5ce4b

View File

@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "idasen-ha";
version = "2.6.4";
version = "2.6.5";
pyproject = true;
src = fetchFromGitHub {
owner = "abmantis";
repo = "idasen-ha";
tag = version;
hash = "sha256-CBm9vCsfiVYj7tFTXWC+I3QYUdQ9EsjDJ6ed/BDf4S4=";
hash = "sha256-Ksckc4aayv33Xd4tmfzCUq8e5kWPnxw7xAlPKOIlmow=";
};
build-system = [ setuptools ];