mopidy-youtube: 3.1 -> 3.2

This commit is contained in:
coolneng 2021-01-13 21:46:36 +01:00
parent b1961de94e
commit 80a22aa1e7
No known key found for this signature in database
GPG Key ID: 9893DA236405AF57

View File

@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "mopidy-youtube";
version = "3.1";
version = "3.2";
src = python3Packages.fetchPypi {
inherit version;
pname = "Mopidy-YouTube";
sha256 = "1bn3nxianbal9f81z9wf2cxi893hndvrz2zdqvh1zpxrhs0cr038";
sha256 = "0wmalfqnskglssq3gj6kkrq6h6c9yab503y72afhkm7n9r5c57zz";
};
patchPhase = "sed s/bs4/beautifulsoup4/ -i setup.cfg";