python3Packages.channels: 2.1.7 -> 2.2.0

This commit is contained in:
Mario Rodas 2019-05-11 13:22:49 -05:00
parent fbdb9ce787
commit 788471b177
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -3,11 +3,11 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "channels"; pname = "channels";
version = "2.1.7"; version = "2.2.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "e13ba874d854ac493ece329dcd9947e82357c15437ac1a90ed1040d0e5b87aad"; sha256 = "af7cdba9efb3f55b939917d1b15defb5d40259936013e60660e5e9aff98db4c5";
}; };
# Files are missing in the distribution # Files are missing in the distribution