python3Packages.nextcord: 2.0.0a8 -> 2.0.0a9

https://github.com/nextcord/nextcord/releases/tag/2.0.0a9
This commit is contained in:
Robert Schütz 2022-03-07 03:10:18 +00:00
parent f8073ff44c
commit c34264d571

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "nextcord";
version = "2.0.0a8";
version = "2.0.0a9";
format = "setuptools";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "nextcord";
repo = "nextcord";
rev = version;
hash = "sha256-aYFY58zWZlZwW3xwa1iAK4w29AofKIkTyCjQ2nR8JrY=";
hash = "sha256-9UJLfSYud/pIkIkJ75jE3pxsYm5bKNNRCwjDerDHp9c=";
};
patches = [