Unverified Commit 181a6a8d authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pyhive-integration: 1.0.5 -> 1.0.7 (#461259)

parents 69860671 7f12ab75
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];