pythonPackages.jupyer_core: 4.0.6 -> 4.1.0
This commit is contained in:
parent
d9231ee06a
commit
c2530db6a6
@ -11149,12 +11149,12 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
jupyter_core = buildPythonPackage rec {
|
jupyter_core = buildPythonPackage rec {
|
||||||
version = "4.0.6";
|
version = "4.1.0";
|
||||||
name = "jupyter_core-${version}";
|
name = "jupyter_core-${version}";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/j/jupyter_core/${name}.tar.gz";
|
url = "mirror://pypi/j/jupyter_core/${name}.tar.gz";
|
||||||
sha256 = "96a68a3b1d018ff7776270b26b7cb0cfd7a18a53ef2061421daff435707d198c";
|
sha256 = "04xxqa2m8yjpzxb2szbym6ngycyrmhymyy2vp2s6vi9kkikz0shl";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ pytest mock ];
|
buildInputs = with self; [ pytest mock ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user