Merge pull request #194390 from r-ryantm/auto-update/python310Packages.pyhiveapi

python310Packages.pyhiveapi: 0.5.13 -> 0.5.14
This commit is contained in:
Fabian Affolter
2022-10-04 14:25:47 +02:00
committed by GitHub
@@ -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 = ''