pythonPackages.discordpy: 1.2.5 -> 1.3.3
This commit is contained in:
parent
a6137ea199
commit
a6d8b5e007
@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "discord.py";
|
||||
version = "1.2.5";
|
||||
version = "1.3.3";
|
||||
disabled = pythonOlder "3.5.3";
|
||||
|
||||
# only distributes wheels on pypi now
|
||||
@ -18,14 +18,14 @@ buildPythonPackage rec {
|
||||
owner = "Rapptz";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "17l6mlfi9ikqndpmi4pwlvb53g132cycyfm9nzdyiqr96k8ly4ig";
|
||||
sha256 = "0ld92vh7kjk3f02nbqyib68844yi4p2kmkyir6v9wi00y1l287l3";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ aiohttp websockets ];
|
||||
patchPhase = ''
|
||||
substituteInPlace "requirements.txt" \
|
||||
--replace "aiohttp>=3.3.0,<3.6.0" "aiohttp~=3.3" \
|
||||
--replace "websockets>=6.0,<7.0" "websockets>=6"
|
||||
--replace "aiohttp>=3.6.0,<3.7.0" "aiohttp~=3.6.0" \
|
||||
--replace "websockets>=6.0,!=7.0,!=8.0,!=8.0.1,<9.0" "websockets>=6"
|
||||
'' + lib.optionalString withVoice ''
|
||||
substituteInPlace "discord/opus.py" \
|
||||
--replace "ctypes.util.find_library('opus')" "'${libopus}/lib/libopus.so.0'"
|
||||
|
Loading…
Reference in New Issue
Block a user