1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

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