Merge pull request #109317 from hexop/mopidy-youtube
mopidy-youtube: 3.1 -> 3.2
This commit is contained in:
commit
cebcc7a891
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "mopidy-youtube";
|
pname = "mopidy-youtube";
|
||||||
version = "3.1";
|
version = "3.2";
|
||||||
|
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "Mopidy-YouTube";
|
pname = "Mopidy-YouTube";
|
||||||
sha256 = "1bn3nxianbal9f81z9wf2cxi893hndvrz2zdqvh1zpxrhs0cr038";
|
sha256 = "0wmalfqnskglssq3gj6kkrq6h6c9yab503y72afhkm7n9r5c57zz";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = "sed s/bs4/beautifulsoup4/ -i setup.cfg";
|
patchPhase = "sed s/bs4/beautifulsoup4/ -i setup.cfg";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user