mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
mopidy-iris: 3.31.1 -> 3.31.2
This commit is contained in:
parent
097b4b7b1b
commit
f5b030002b
@ -2,11 +2,11 @@
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
pname = "Mopidy-Iris";
|
||||
version = "3.31.1";
|
||||
version = "3.31.2";
|
||||
|
||||
src = pythonPackages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1djxkgjvfzijvlq3gill1p20l0q64dbv9wd55whbir1l7y8wdga5";
|
||||
sha256 = "0639ib5nicrabckjd17wdmhl8n3822gc2p1bn0xv8mq70paspar6";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -17,7 +17,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
pylast
|
||||
spotipy
|
||||
raven
|
||||
tornado
|
||||
tornado_4
|
||||
]);
|
||||
|
||||
postPatch = "sed -i /tornado/d setup.py";
|
||||
|
Loading…
Reference in New Issue
Block a user