python3Packages.nextcord: 2.0.0a9 -> 2.0.0a10

https://github.com/nextcord/nextcord/releases/tag/2.0.0a10
This commit is contained in:
Robert Schütz 2022-04-17 18:36:48 +00:00
parent 01438cba1e
commit 3d4f536dd4

View file

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