summary refs log tree commit diff
path: root/pkgs/development/python-modules/jupyterlab
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-01 23:01:35 -0700
committerMario Rodas <marsam@users.noreply.github.com>2019-05-01 23:01:35 -0700
commit39e686fe30aa222c8cc8bb6f8cbf8bf836879ace (patch)
tree5858bb6d6e935b11773fcaa2201f8341852b29f7 /pkgs/development/python-modules/jupyterlab
parent971b731fc18c86569211a460ef62e1d8001799e9 (diff)
downloadnixpkgs-39e686fe30aa222c8cc8bb6f8cbf8bf836879ace.tar
nixpkgs-39e686fe30aa222c8cc8bb6f8cbf8bf836879ace.tar.gz
nixpkgs-39e686fe30aa222c8cc8bb6f8cbf8bf836879ace.tar.bz2
nixpkgs-39e686fe30aa222c8cc8bb6f8cbf8bf836879ace.tar.lz
nixpkgs-39e686fe30aa222c8cc8bb6f8cbf8bf836879ace.tar.xz
nixpkgs-39e686fe30aa222c8cc8bb6f8cbf8bf836879ace.tar.zst
nixpkgs-39e686fe30aa222c8cc8bb6f8cbf8bf836879ace.zip
python37Packages.jupyterlab: 0.35.4 -> 0.35.6
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/versions
Diffstat (limited to 'pkgs/development/python-modules/jupyterlab')
-rw-r--r--pkgs/development/python-modules/jupyterlab/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/jupyterlab/default.nix b/pkgs/development/python-modules/jupyterlab/default.nix
index 6d9d2a6b309..db8c5b774e4 100644
--- a/pkgs/development/python-modules/jupyterlab/default.nix
+++ b/pkgs/development/python-modules/jupyterlab/default.nix
@@ -9,12 +9,12 @@
 
 buildPythonPackage rec {
   pname = "jupyterlab";
-  version = "0.35.4";
+  version = "0.35.6";
   disabled = pythonOlder "3.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "deba0b2803640fcad72c61366bff11d5945173015961586d5e3b2f629ffeb455";
+    sha256 = "2ec845845d51221e39d0d753884a19342c953f39febf3148a68631bf57ecb774";
   };
 
   propagatedBuildInputs = [ jupyterlab_server notebook ];