Unverified Commit 35e37ef5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python310Packages.nextcord: 2.4.0 -> 2.4.1
parents 1474943f ba9146d6
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.0";
  version = "2.4.1";

  format = "setuptools";

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

  patches = [