piper: 0.5 -> 0.5.1

This commit is contained in:
R. RyanTM 2020-07-06 03:25:16 +00:00 committed by Jan Tojnar
parent 9b53a835b4
commit 1085c05637

View File

@ -4,7 +4,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "piper";
version = "0.5";
version = "0.5.1";
format = "other";
@ -12,7 +12,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "libratbag";
repo = "piper";
rev = version;
sha256 = "00vrcsbsv2477l1ncpyzc61lhxgac84dsgr3sjs8qxw3nh1gaasv";
sha256 = "1nfjnsiwg2rs6gkjsxzhr2708i6di149dgwq3cf6l12rxqpb8arj";
};
nativeBuildInputs = [ meson ninja gettext pkgconfig wrapGAppsHook desktop-file-utils appstream-glib gobject-introspection ];