python310Packages.pyhiveapi: 0.5.13 -> 0.5.14

This commit is contained in:
R. Ryantm 2022-10-04 10:19:59 +00:00
parent 5f53dac66a
commit 4094a6176e

View file

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