python3Packages.pyhiveapi: 0.5.4 -> 0.5.5

https://github.com/Pyhass/Pyhiveapi/releases/tag/v0.5.5
This commit is contained in:
Martin Weinelt 2022-06-03 08:19:56 +02:00
parent fd48676596
commit 3e13b6f634
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pyhiveapi";
version = "0.5.4";
version = "0.5.5";
format = "pyproject";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Pyhass";
repo = "Pyhiveapi";
rev = "v${version}";
hash = "sha256-H/FxFv+1dOeJqnLZ0urDJfysYZHybeTJdQkjAFghTeI=";
hash = "sha256-tihIgEjtsAmSjQZMWNaUynrDwZsiM5P3EvgxUhsSEv0=";
};
postPatch = ''