Show More
@@ -845,14 +845,14 b' self: super: {' | |||||
845 | }; |
|
845 | }; | |
846 | }; |
|
846 | }; | |
847 | "jupyter-core" = super.buildPythonPackage { |
|
847 | "jupyter-core" = super.buildPythonPackage { | |
848 |
name = "jupyter-core-4. |
|
848 | name = "jupyter-core-4.5.0"; | |
849 | doCheck = false; |
|
849 | doCheck = false; | |
850 | propagatedBuildInputs = [ |
|
850 | propagatedBuildInputs = [ | |
851 | self."traitlets" |
|
851 | self."traitlets" | |
852 | ]; |
|
852 | ]; | |
853 | src = fetchurl { |
|
853 | src = fetchurl { | |
854 |
url = "https://files.pythonhosted.org/packages/b |
|
854 | url = "https://files.pythonhosted.org/packages/4a/de/ff4ca734656d17ebe0450807b59d728f45277e2e7f4b82bc9aae6cb82961/jupyter_core-4.5.0.tar.gz"; | |
855 | sha256 = "1dy083rarba8prn9f9srxq3c7n7vyql02ycrqq306c40lr57aw5s"; |
|
855 | sha256 = "1xr4pbghwk5hayn5wwnhb7z95380r45p79gf5if5pi1akwg7qvic"; | |
856 | }; |
|
856 | }; | |
857 | meta = { |
|
857 | meta = { | |
858 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
858 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
General Comments 0
You need to be logged in to leave comments.
Login now