Commit 0dc2832c authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.nextcord: 2.4.2 -> 2.5.0

parent 3bba9607
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "nextcord";
  version = "2.4.2";
  version = "2.5.0";

  format = "setuptools";

@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "nextcord";
    repo = "nextcord";
    rev = "refs/tags/v${version}";
    hash = "sha256-n73F5y922rsu0YFjAwQlUVpSa6Scs/xyfZHREmqKiHU=";
    hash = "sha256-Oo1C2tasuNIpUaKACbapnoZs7WVS1uncS1akErzQrqI=";
  };

  patches = [