Unverified Commit 9a49b2f4 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.discordpy: 2.5.2 -> 2.6.3 (#439094)

parents 9d1d681e b305172b
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 ];