mopidy-spotify: 1.4.0 -> 2.2.0
This commit is contained in:
parent
b6d84748b9
commit
89ad5c515f
2 changed files with 6 additions and 5 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
name = "mopidy-spotify-${version}";
|
||||
version = "1.4.0";
|
||||
version = "2.2.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mopidy/mopidy-spotify/archive/v${version}.tar.gz";
|
||||
sha256 = "0cf97z9vnnp5l77xhwvmkbkqgpj5gwnm1pipiy66lbk4gn6va4z4";
|
||||
sha256 = "0wrrkkrin92ad9k1rwgjbyv2whwrb5b66nmmykxxp6bqcdgdyl5i";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ mopidy pythonPackages.pyspotify ];
|
||||
|
|
|
@ -21612,14 +21612,15 @@ in modules // {
|
|||
pyspotify = buildPythonPackage rec {
|
||||
name = "pyspotify-${version}";
|
||||
|
||||
version = "1.12";
|
||||
version = "2.0.5";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/mopidy/pyspotify/archive/v${version}.tar.gz";
|
||||
sha256 = "0bj6p4hafj1yp0j5n1rxww39nvi3w6y3azadz8a8nxb3b4a8f1xn";
|
||||
sha256 = "1ilbz2w1gw3f1bpapfa09p84dwh08bf7qcrkmd3aj0psz57p2rls";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ pkgs.libspotify ]
|
||||
propagatedBuildInputs = with self; [ cffi ];
|
||||
buildInputs = [ pkgs.libspotify ]
|
||||
++ stdenv.lib.optional stdenv.isDarwin pkgs.install_name_tool;
|
||||
|
||||
# python zip complains about old timestamps
|
||||
|
|
Loading…
Reference in a new issue