Merge pull request #90106 from r-ryantm/auto-update/piper

piper: 0.4 -> 0.5
This commit is contained in:
Ryan Mulligan 2020-06-12 13:41:03 -07:00 committed by GitHub
commit 2a6cc3f3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];