python310Packages.pyhiveapi: 0.5.14 -> 0.5.15

This commit is contained in:
R. Ryantm 2023-01-30 00:09:46 +00:00
parent 2be9646b90
commit f2eacd1081

View file

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