Noah D. Brenowitz
|
7c29b3e082
|
python3Packages.jupyterlab_server: allow darwin networking
|
2021-05-22 21:45:56 -07:00 |
|
Enno Richter
|
5de6e55c9e
|
pythonPackages.jupyterlab_server: 1.2.0 -> 2.3.0
|
2021-03-17 18:52:20 +01:00 |
|
Pavol Rusnak
|
a6ce00c50c
|
treewide: remove stdenv where not needed
|
2021-01-25 18:31:47 +01:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
|
2021-01-11 10:38:22 +01:00 |
|
Frederik Rietdijk
|
c42538747f
|
python: jupyterlab_server: 1.1.5 -> 1.2.0
|
2020-08-16 19:31:05 +02:00 |
|
Frederik Rietdijk
|
1ee5d6a79e
|
python: jupyterlab_server: 1.1.3 -> 1.1.5
|
2020-06-06 08:34:54 +02:00 |
|
Frederik Rietdijk
|
816e9ad275
|
python3Packages.jupyterlab_server: 1.1.0 -> 1.1.3
|
2020-05-11 22:12:49 +02:00 |
|
R. RyanTM
|
9ccf19b67d
|
python37Packages.jupyterlab_server: 1.0.7 -> 1.1.0
|
2020-04-06 21:00:27 -07:00 |
|
R. RyanTM
|
5012d8a36c
|
python37Packages.jupyterlab_server: 1.0.6 -> 1.0.7
|
2020-03-09 11:05:00 +00:00 |
|
isgy
|
da006ed937
|
python3Packages.jupyterlab_server: added pyjson5 dependency
|
2019-11-11 12:45:02 -08:00 |
|
Frederik Rietdijk
|
fa828a9bdc
|
python: jupyterlab_server: 0.3.4 -> 1.0.6
|
2019-10-27 16:26:45 +01:00 |
|
Frederik Rietdijk
|
8d0996fb46
|
python: jupyterlab_server: 0.3.0 -> 0.3.4
|
2019-10-18 09:53:58 +02:00 |
|
Daniel Schaefer
|
bac4d95aa2
|
treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
|
2019-04-22 10:19:54 +02:00 |
|
R. RyanTM
|
f753a106f2
|
python37Packages.jupyterlab_server: 0.2.0 -> 0.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-jupyterlab_server/versions
(cherry picked from commit ca67a7200cf9606e132a5eac4a584ef26c48163f)
|
2019-04-07 13:53:44 +02:00 |
|
Chris Ostrouchov
|
43df6a539b
|
pythonPackages.jupyterlab_server: init at 0.2.0
|
2018-11-21 12:38:54 +01:00 |
|