python310Packages.nextcord: 2.1.0 -> 2.2.0

This commit is contained in:
R. Ryantm 2022-09-10 23:43:49 +00:00
parent 34fde40edd
commit c4a27e1068

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "nextcord";
version = "2.1.0";
version = "2.2.0";
format = "setuptools";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "nextcord";
repo = "nextcord";
rev = "refs/tags/v${version}";
hash = "sha256-/M7Wyb1GW6LPWm41jVnhWA6+dyTrdLyJ6pfsMozw5xI=";
hash = "sha256-2VlmcldbW+BfQRzOjCsh6r29qzwD+SG8H8arbTDg94k=";
};
patches = [