python310Packages.pyhiveapi: 0.5.11 -> 0.5.13

This commit is contained in:
Robert Schütz 2022-06-26 18:14:57 +00:00 committed by Martin Weinelt
parent 2406e2ea3d
commit 606022d399

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pyhiveapi";
version = "0.5.11";
version = "0.5.13";
format = "pyproject";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Pyhass";
repo = "Pyhiveapi";
rev = "refs/tags/v${version}";
hash = "sha256-7Zval0LPuL3QUgDwpG91ybbL7gSWm4DxxZ/yXzkBES8=";
hash = "sha256-VuWP+yypQznirNcjvqbI3x+bWRiVIfO1NxG76Mdc37g=";
};
postPatch = ''