pythonPackages.channels: 1.0.1 -> 1.0.2

This commit is contained in:
Lancelot SIX 2017-01-18 13:38:57 +01:00 committed by Robin Gloster
parent 63d7b206d8
commit f715d3fd2c

View file

@ -2321,11 +2321,11 @@ in {
channels = buildPythonPackage rec { channels = buildPythonPackage rec {
name = "channels-${version}"; name = "channels-${version}";
version = "1.0.1"; version = "1.0.2";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "mirror://pypi/c/channels/${name}.tar.gz"; url = "mirror://pypi/c/channels/${name}.tar.gz";
sha256 = "0m55qzifg47s0zndnh3w7fnpd3skcbkq3lv8m87xgmcrczl7x5mf"; sha256 = "0d8fywg416p851i8vz26pmz8b47akg5z10yw7xc7i51cpmp7y5zj";
}; };
# Files are missing in the distribution # Files are missing in the distribution