Skip to content

Commit

Permalink
pythonPackages.discordpy: 0.15.1 -> 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
schneefux authored and dezgeg committed Jan 7, 2017
1 parent 2ef6af7 commit 96504cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/discordpy/default.nix
Expand Up @@ -11,13 +11,13 @@

let
pname = "discord.py";
version = "0.15.1";
version = "0.16.0";
in buildPythonPackage rec {
name = "${pname}-${version}";

src = fetchurl {
url = "mirror://pypi/${builtins.substring 0 1 pname}/${pname}/${name}.tar.gz";
sha256 = "01lgidvnwwva1i65853gaplamllym2nsk0jis2r6f1rzbamgk1yj";
sha256 = "0r3qqvx36vywjyjk1nh11ymmr8y81sb45nk63665kcjagx8qnmfx";
};

propagatedBuildInputs = [ asyncio aiohttp websockets pynacl ];
Expand Down

0 comments on commit 96504cd

Please sign in to comment.