Unverified Commit 649f90e4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python310Packages.nextcord: 2.4.1 -> 2.4.2
parents 52800564 272582e3
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.1";
  version = "2.4.2";

  format = "setuptools";

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

  patches = [