Unverified Commit 4370ccef authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.nextcord: 3.1.0 -> 3.1.1 (#434702)

parents 00e1d59e bee674d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

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

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

  patches = [