Merge pull request #240209 from fabaff/discordpy-bump

python311Packages.discordpy: 2.2.3 -> 2.3.1
This commit is contained in:
Fabian Affolter 2023-06-28 08:16:53 +02:00 committed by GitHub
commit 5cf2b41192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "discord.py";
version = "2.2.3";
version = "2.3.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Rapptz";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Rh3gijm67LVyOaliP7w3YwKviKydnxXvu4snNrM5H1c=";
hash = "sha256-vbbTnmzYI6cbF7GWjPVGqy7KKDGpWQ+4q96/kGFjQ8Y=";
};
propagatedBuildInputs = [