python313Packages.nextcord: 3.0.1 -> 3.1.0 (#400436)

This commit is contained in:
dotlambda
2025-04-21 19:38:21 -07:00
committed by GitHub
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "nextcord";
version = "3.0.1";
version = "3.1.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "nextcord";
repo = "nextcord";
tag = "v${version}";
hash = "sha256-zrxseQT98nNJHIA1It1JtOU8PFna/2zuIMIL7B1Ym+A=";
hash = "sha256-E8vRKH2Xgva7W5qW9kJBWzVfCuSiRyoAyO72mcGvkpg=";
};
patches = [