Unverified Commit 704272fb authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python313Packages.nextcord: 3.0.1 -> 3.1.0 (#400436)

parents a8ab892c 28ab088c
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 = [