3
0
Fork 0
forked from mirrors/nixpkgs

python jupyter_core: 4.0.4 -> 4.0.6

This commit is contained in:
Frederik Rietdijk 2015-10-06 22:40:32 +02:00
parent f6f2625831
commit 4b231df6a8

View file

@ -7611,12 +7611,12 @@ let
};
jupyter_core = buildPythonPackage rec {
version = "4.0.4";
version = "4.0.6";
name = "jupyter_core-${version}";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/j/jupyter_core/${name}.tar.gz";
sha256 = "fcf45478025f34174943993947f51a41ad871ac998a14bf1cb87d8eb61e75c6d";
sha256 = "96a68a3b1d018ff7776270b26b7cb0cfd7a18a53ef2061421daff435707d198c";
};
propagatedBuildInputs = with self; [traitlets];