Unverified Commit 0a3bab44 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

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

python310Packages.nextcord: 2.5.0 -> 2.6.1
parents ae95a37b ec119ed5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

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

  format = "setuptools";

@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "nextcord";
    repo = "nextcord";
    rev = "refs/tags/v${version}";
    hash = "sha256-Oo1C2tasuNIpUaKACbapnoZs7WVS1uncS1akErzQrqI=";
    hash = "sha256-bv4I+Ol/N4kbp/Ch7utaUpo0GmF+Mpx4zWmHL7uIveM=";
  };

  patches = [