summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-10-25 03:16:45 +0000
committerJon <jonringer@users.noreply.github.com>2020-10-24 22:34:21 -0700
commit114acff2a54da56830def3f83340568a7acd1591 (patch)
tree9a863b64c5a2b68542e5156c178871ac1c0cc803
parent051c3597648031a80c5a8e1baef9b3fb97f6296a (diff)
python37Packages.jupyterlab-git: 0.22.1 -> 0.22.2
-rw-r--r--pkgs/development/python-modules/jupyterlab-git/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/jupyterlab-git/default.nix b/pkgs/development/python-modules/jupyterlab-git/default.nix
index aeeb75b4c52d..35fd7b8b8d84 100644
--- a/pkgs/development/python-modules/jupyterlab-git/default.nix
+++ b/pkgs/development/python-modules/jupyterlab-git/default.nix
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "jupyterlab_git";
- version = "0.22.1";
+ version = "0.22.2";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
- sha256 = "e0fe2503d08dc00cda781b1ff89eb10c0decb45b5f8983b4970525b8f108dc02";
+ sha256 = "9966a569428e67cc1688fbc2e05f51b0ceeefd8dfe30737e78a501ce3105103d";
};
propagatedBuildInputs = [ notebook nbdime git ];