python3Packages.nextcord: 3.1.0 -> 3.1.1

This commit is contained in:
R. Ryantm 2025-08-18 10:47:54 +00:00
parent e2de2c4a35
commit bee674d3d0

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 = [