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

python310Packages.pyhiveapi: 0.5.14 -> 0.5.15
This commit is contained in:
Martin Weinelt 2023-01-30 00:26:40 +00:00 committed by GitHub
commit 1c58df1013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''