Unverified Commit 714df451 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #176970 from dotlambda/pyhiveapi-0.5.9

parents 2d997b63 413372d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "pyhiveapi";
  version = "0.5.5";
  version = "0.5.9";

  format = "pyproject";

@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "Pyhass";
    repo = "Pyhiveapi";
    rev = "v${version}";
    hash = "sha256-tihIgEjtsAmSjQZMWNaUynrDwZsiM5P3EvgxUhsSEv0=";
    hash = "sha256-bJ9PI16m8JiXbhhNWtSJwwE+GRUbnSiCrcVhxnVeqQY=";
  };

  postPatch = ''