1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-06 23:31:34 +00:00

mopidy-mopify: 1.5.17 -> 1.6.0

Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.6.0 with grep in /nix/store/k988x3a5gm4ff987yynn97gzcxh16hbl-mopidy-mopify-1.6.0
- found 1.6.0 in filename of file in /nix/store/k988x3a5gm4ff987yynn97gzcxh16hbl-mopidy-mopify-1.6.0

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

View file

@ -3,11 +3,11 @@
pythonPackages.buildPythonApplication rec {
name = "mopidy-mopify-${version}";
version = "1.5.17";
version = "1.6.0";
src = fetchurl {
url = "https://github.com/dirkgroenen/mopidy-mopify/archive/${version}.tar.gz";
sha256 = "1qi7f5i87ygn486gxc84njl22y84xrwabpz58y5a1hw7z1lp7l8s";
sha256 = "1qjl40izb11jx939hh9ibxf1747j1fxbc1qv0lmjpsq5mri7jpim";
};
propagatedBuildInputs = with pythonPackages; [ mopidy configobj ];