Commit 28ab088c authored by Robert Schütz's avatar Robert Schütz
Browse files
parent 89df43f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "nextcord";
  version = "3.0.1";
  version = "3.1.0";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "nextcord";
    repo = "nextcord";
    tag = "v${version}";
    hash = "sha256-zrxseQT98nNJHIA1It1JtOU8PFna/2zuIMIL7B1Ym+A=";
    hash = "sha256-E8vRKH2Xgva7W5qW9kJBWzVfCuSiRyoAyO72mcGvkpg=";
  };

  patches = [