python jupyter_client: 4.0.0 -> 4.1.1

This commit is contained in:
Frederik Rietdijk 2015-10-26 16:09:51 +01:00
parent 9db2927f31
commit e5e3d6bb15

View File

@ -7789,12 +7789,12 @@ let
}; };
jupyter_client = buildPythonPackage rec { jupyter_client = buildPythonPackage rec {
version = "4.0.0"; version = "4.1.1";
name = "jupyter_client-${version}"; name = "jupyter_client-${version}";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/j/jupyter_client/${name}.tar.gz"; url = "https://pypi.python.org/packages/source/j/jupyter_client/${name}.tar.gz";
sha256 = "a39a4181ea2021daf6e821acae836999ef6e0fefe603813a7a7d4658d2ffa2ac"; sha256 = "ff1ef5c6c3031a62db46ec6329867b4cb1595e6102a7819b3b5252b0c524bdb8";
}; };
propagatedBuildInputs = with self; [traitlets jupyter_core pyzmq] ++ optional isPyPy py; propagatedBuildInputs = with self; [traitlets jupyter_core pyzmq] ++ optional isPyPy py;