python3Packages.nextcord: 3.1.0 -> 3.1.1 (#434702)

This commit is contained in:
dotlambda 2025-08-18 11:38:38 -07:00 committed by GitHub
commit 4370ccef94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "nextcord";
version = "3.1.0";
version = "3.1.1";
pyproject = true;
disabled = pythonOlder "3.12";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "nextcord";
repo = "nextcord";
tag = "v${version}";
hash = "sha256-E8vRKH2Xgva7W5qW9kJBWzVfCuSiRyoAyO72mcGvkpg=";
hash = "sha256-ex6amnB51Jla5ia2HVaMOZsDOEtgJ8RB1eNTLpXNzSY=";
};
patches = [