about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-09-28 14:14:41 +0200
committerGitHub <noreply@github.com>2021-09-28 14:14:41 +0200
commita2a8c173c6aa85c3a4745571d4b0427d59fd883d (patch)
tree3f62b9e0893466f7d3520446d4f7e5865302b666
parentad2fec7cc0c8485f38d3e8b59c70551b05546e66 (diff)
parent11aadc4658f20a1228cecf29722ad4f865155c1b (diff)
Merge pull request #139744 from r-ryantm/auto-update/python38Packages.jupyterlab
python38Packages.jupyterlab: 3.1.13 -> 3.1.14
-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 9ab6b3b8423f0..2562f1738d37b 100644
--- a/pkgs/development/python-modules/jupyterlab/default.nix
+++ b/pkgs/development/python-modules/jupyterlab/default.nix
@@ -10,12 +10,12 @@
 
 buildPythonPackage rec {
   pname = "jupyterlab";
-  version = "3.1.13";
+  version = "3.1.14";
   disabled = pythonOlder "3.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "48a6214ba8310d8bdb3eb6bac8eedf449c77d1bbb6f81b586267c158ad00b899";
+    sha256 = "13174cb6076dd5da6f1b85725ccfcc9518d8f98e86b8b644fc89b1dfaeda63a9";
   };
 
   nativeBuildInputs = [ jupyter-packaging ];