piper: 0.4 -> 0.5

This commit is contained in:
R. RyanTM 2020-06-11 00:42:20 +00:00
parent 6e9bb30566
commit 2265f3828b

View file

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