Merge pull request #54770 from tadeokondrak/update-piper

piper: 0.2.902 -> 0.2.903
This commit is contained in:
Ryan Mulligan 2019-02-24 15:39:29 -08:00 committed by GitHub
commit e08a891d34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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