nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python: jupyterlab_server: 1.1.5 -> 1.2.0

+2 -2
+2 -2
pkgs/development/python-modules/jupyterlab_server/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "jupyterlab_server"; 14 - version = "1.1.5"; 14 + version = "1.2.0"; 15 15 disabled = pythonOlder "3.5"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "3398e401b95da868bc96bdaa44fa61252bf3e68fc9dd1645bd93293cce095f6c"; 19 + sha256 = "5431d9dde96659364b7cc877693d5d21e7b80cea7ae3959ecc2b87518e5f5d8c"; 20 20 }; 21 21 22 22 checkInputs = [ requests pytest ];