python310Packages.discordpy: 2.1.0 -> 2.2.2

Changelog: https://github.com/Rapptz/discord.py/blob/v2.2.2/docs/whats_new.rst
This commit is contained in:
Fabian Affolter
2023-04-01 18:00:26 +02:00
parent a676c07bb7
commit e2e28aba7d
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "discord.py";
version = "2.1.0";
version = "2.2.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Rapptz";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-243w3J3nb/6GV5ogS/Ev9X3r0GrgUokMq14r5rjOdrA=";
hash = "sha256-1XK9HRSdIhlunSno3FpvD3dIgZ4zbpSTS9kxj+8+S3g=";
};
propagatedBuildInputs = [