3
0
Fork 0
forked from mirrors/nixpkgs

mopidy-moped: 0.6.0 -> 0.7.0

Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.7.0 with grep in /nix/store/snl5lx0r61cdy7q0csvwynbn6bbr6ynw-mopidy-moped-0.7.0
- found 0.7.0 in filename of file in /nix/store/snl5lx0r61cdy7q0csvwynbn6bbr6ynw-mopidy-moped-0.7.0

cc "@rickynils"
This commit is contained in:
Ryan Mulligan 2018-02-27 06:18:06 -08:00
parent 6a10134205
commit c06921d6ae

View file

@ -2,11 +2,11 @@
pythonPackages.buildPythonApplication rec {
name = "mopidy-moped-${version}";
version = "0.6.0";
version = "0.7.0";
src = fetchurl {
url = "https://github.com/martijnboland/moped/archive/v${version}.tar.gz";
sha256 = "0xff8y1kc7rwwsd7ppgbvywf6i8lchjwbxjisfl1kmilwsb166yr";
sha256 = "1w71ing33hw2mlp8pw41w2sncp9lc3rgzn7nq6k90y6qk5q08xw6";
};
LC_ALL = "en_US.UTF-8";