3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #190731 from r-ryantm/auto-update/python310Packages.nextcord

This commit is contained in:
Martin Weinelt 2022-09-11 03:27:42 +02:00 committed by GitHub
commit c00a58c5a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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