python3Packages.nextcord: 3.1.1 -> 3.2.0

This commit is contained in:
R. Ryantm
2026-05-23 06:12:01 +00:00
parent ee4a6d835b
commit 51552f84ca
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "nextcord";
version = "3.1.1";
version = "3.2.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "nextcord";
repo = "nextcord";
tag = "v${version}";
hash = "sha256-ex6amnB51Jla5ia2HVaMOZsDOEtgJ8RB1eNTLpXNzSY=";
hash = "sha256-4/3RM32kEYt5J4bL7/SsPvKhnT1eGS3o0+9lNMqbSj8=";
};
patches = [