mopidy-moped: 0.3.3 -> 0.5.0
This commit is contained in:
parent
5e7ddc7e45
commit
4c9de59dfe
@ -3,11 +3,11 @@
|
|||||||
pythonPackages.buildPythonPackage rec {
|
pythonPackages.buildPythonPackage rec {
|
||||||
name = "mopidy-moped-${version}";
|
name = "mopidy-moped-${version}";
|
||||||
|
|
||||||
version = "0.3.3";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/martijnboland/moped/archive/v${version}.tar.gz";
|
url = "https://github.com/martijnboland/moped/archive/v${version}.tar.gz";
|
||||||
sha256 = "19f3asqx7wmla53nhrxzdwj6qlkjv2rcwh34jxp27bz7nkhn0ihv";
|
sha256 = "1bkx0c4yi48nxm1vzacdil9scn0ilwkbd1rgiga34p77lcg16qb2";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ mopidy ];
|
propagatedBuildInputs = [ mopidy ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user