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

tuhi: 0.5 -> 0.6
This commit is contained in:
Mario Rodas 2022-07-19 21:51:38 -05:00 committed by GitHub
commit edcdcd8ed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "tuhi"; pname = "tuhi";
version = "0.5"; version = "0.6";
format = "other"; format = "other";
@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec {
owner = "tuhiproject"; owner = "tuhiproject";
repo = "tuhi"; repo = "tuhi";
rev = version; rev = version;
sha256 = "17kggm9c423vj7irxx248fjc8sxvkp9w1mgawlx1snrii817p3db"; sha256 = "sha256-NwyG2KhOrAKRewgmU23OMO0+A9SjkQZsDL4SGnLVCvo=";
}; };
dontWrapGApps = true; dontWrapGApps = true;