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)
This commit is contained in:
R. RyanTM 2019-04-02 07:14:07 -07:00 committed by Matthias Beyer
parent 5a68b041fd
commit f753a106f2

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "jupyterlab_server";
version = "0.2.0";
version = "0.3.0";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "72d916a73957a880cdb885def6d8664a6d1b2760ef5dca5ad665aa1e8d1bb783";
sha256 = "13b728z5ls0g3p1gq5hvfqg7302clxna5grvgjfwbfzss0avlpjc";
};
checkInputs = [ requests pytest ];