python27Packages.pyspotify: 2.0.5 -> 2.1.2
This commit is contained in:
parent
3fe099d2c5
commit
648b0b824f
@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyspotify";
|
pname = "pyspotify";
|
||||||
version = "2.0.5";
|
version = "2.1.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mopidy/pyspotify/archive/v${version}.tar.gz";
|
url = "https://github.com/mopidy/pyspotify/archive/v${version}.tar.gz";
|
||||||
sha256 = "1ilbz2w1gw3f1bpapfa09p84dwh08bf7qcrkmd3aj0psz57p2rls";
|
sha256 = "0g3dvwpaz7pqrdx53kyzkh31arlmdzz1hb7jp8m488lbsf47w6nd";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ cffi ];
|
propagatedBuildInputs = [ cffi ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user