setzer: 0.3.0 -> 0.3.2

gstqt5
Robert Schütz 2020-09-12 14:45:09 +02:00
parent edeccedd86
commit 79044dc453
1 changed files with 2 additions and 2 deletions

View File

@ -17,13 +17,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "setzer";
version = "0.3.0";
version = "0.3.2";
src = fetchFromGitHub {
owner = "cvfosammmm";
repo = "Setzer";
rev = "v${version}";
sha256 = "0gx5fnyi932lswkhdvxfqs0wxx7hz690cbnpv4m3ysydi96mxwiv";
sha256 = "1c7jrq20m53y2k8lmh37zldgc3bndldxipx4xq0lz3qq2fv1gg07";
};
format = "other";