piper: 0.2.902 -> 0.2.903

This commit is contained in:
Tadeo Kondrak 2019-01-28 01:10:37 -07:00
parent df3142f118
commit db60e251b7
No known key found for this signature in database
GPG key ID: FBE607FCC49516D3

View file

@ -3,8 +3,8 @@
, gobject-introspection }:
python3.pkgs.buildPythonApplication rec {
pname = "piper-${version}";
version = "0.2.902";
pname = "piper";
version = "0.2.903";
format = "other";
@ -12,7 +12,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "libratbag";
repo = "piper";
rev = version;
sha256 = "1ny0vf8ym9v040cb5h084k5wwn929fnhq9infbdq8f8vvy61magb";
sha256 = "0zh4lm074x5gwvx663bapdyv8lf84yjwfg8cpf77rszyja1hx13a";
};
nativeBuildInputs = [ meson ninja gettext pkgconfig wrapGAppsHook desktop-file-utils appstream-glib gobject-introspection ];