python3Packages.discordpy: 2.6.3 -> 2.6.4 (#451108)

This commit is contained in:
Matteo Pacini
2025-10-12 19:27:30 +00:00
committed by GitHub
@@ -14,7 +14,7 @@
let
pname = "discord.py";
version = "2.6.3";
version = "2.6.4";
in
buildPythonPackage {
inherit pname version;
@@ -24,7 +24,7 @@ buildPythonPackage {
owner = "Rapptz";
repo = "discord.py";
tag = "v${version}";
hash = "sha256-OEU09pdV2H/RxhvxWNIrg8mPh7yiv6ItKNwvhMKKhco=";
hash = "sha256-glFXgTNdOQ3cG/jlvi/1ASon2HpcoKli45IhLhjpIvA=";
};
build-system = [ setuptools ];