python312Packages.python-homeassistant-analytics: 0.6.0 -> 0.7.0

This commit is contained in:
R. Ryantm 2024-07-16 02:17:24 +00:00
parent b64e7d2266
commit 8089b84207

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "python-homeassistant-analytics";
version = "0.6.0";
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.11";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "joostlek";
repo = "python-homeassistant-analytics";
rev = "refs/tags/v${version}";
hash = "sha256-uGi72UCIIvb5XZl7RkiAiR/TS+5VCpyvZfBsmlPzQEs=";
hash = "sha256-HPimk401tRBwszWvkyUEAcuLeYeEu0JUld16PESXkbo=";
};
postPatch = ''