Skip to content

Commit

Permalink
pythonPackages.channels: 1.0.1 -> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lsix authored and globin committed Jan 18, 2017
1 parent 63d7b20 commit f715d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -2321,11 +2321,11 @@ in {

channels = buildPythonPackage rec {
name = "channels-${version}";
version = "1.0.1";
version = "1.0.2";

src = pkgs.fetchurl {
url = "mirror://pypi/c/channels/${name}.tar.gz";
sha256 = "0m55qzifg47s0zndnh3w7fnpd3skcbkq3lv8m87xgmcrczl7x5mf";
sha256 = "0d8fywg416p851i8vz26pmz8b47akg5z10yw7xc7i51cpmp7y5zj";
};

# Files are missing in the distribution
Expand Down

0 comments on commit f715d3f

Please sign in to comment.