Fabian Affolter
2024-12-28 11:11:32 +01:00
parent e3f5829a02
commit 1a01865c08
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "python-homeassistant-analytics";
version = "0.8.0";
version = "0.8.1";
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-vyJseIYFmbxUYieZB0r3Z3j6/ZHmgs7ONa5YKQTwAXw=";
hash = "sha256-TfD1N4KoeIVoDp1YoOhBw8E7adow1nU1N6vj2j3W2No=";
};
postPatch = ''