Unverified Commit edcdcd8e authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #181442 from lammermann/submit/update-tuhi-06

tuhi: 0.5 -> 0.6
parents 44d99560 9754661c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

python3Packages.buildPythonApplication rec {
  pname = "tuhi";
  version = "0.5";
  version = "0.6";

  format = "other";

@@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec {
    owner = "tuhiproject";
    repo = "tuhi";
    rev = version;
    sha256 = "17kggm9c423vj7irxx248fjc8sxvkp9w1mgawlx1snrii817p3db";
    sha256 = "sha256-NwyG2KhOrAKRewgmU23OMO0+A9SjkQZsDL4SGnLVCvo=";
  };

  dontWrapGApps = true;