python3Packages.pyhive-integration: 1.0.5 -> 1.0.7

This commit is contained in:
R. Ryantm
2025-11-13 14:05:40 +00:00
parent 61630d4ab5
commit 7f12ab75ee
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pyhive-integration";
version = "1.0.5";
version = "1.0.7";
pyproject = true;
src = fetchFromGitHub {
owner = "Pyhass";
repo = "Pyhiveapi";
tag = "v${version}";
hash = "sha256-chAIFBd51a4QHVhAm5jsQvDhe7huSMyv8oARZKEc2Qw=";
hash = "sha256-9qcRvkRV/3GT66jlnkdKk+J3frEcsJ3C+Oio5gbRi5s=";
};
pythonRemoveDeps = [ "pre-commit" ];