Commit b305172b authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.discordpy: 2.5.2 -> 2.6.3

parent ad8b79fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

let
  pname = "discord.py";
  version = "2.5.2";
  version = "2.6.3";
in
buildPythonPackage {
  inherit pname version;
@@ -24,7 +24,7 @@ buildPythonPackage {
    owner = "Rapptz";
    repo = "discord.py";
    tag = "v${version}";
    hash = "sha256-xaZeOkfOhm1CL5ceu9g/Vlas4jpYoQDlGMEtACFY7PE=";
    hash = "sha256-OEU09pdV2H/RxhvxWNIrg8mPh7yiv6ItKNwvhMKKhco=";
  };

  build-system = [ setuptools ];