about summary refs log tree commit diff
path: root/pkgs/development/python-modules/jupyterlab-git
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-25 07:50:18 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-25 08:47:52 -0800
commit7afd50501b66f2faa4f884adbffff55da5f95ff8 (patch)
tree524182ab6e6d744828ad7ad485c8b63c03c7e986 /pkgs/development/python-modules/jupyterlab-git
parentb73851877c36682bea51fb33d065dc52f50acbae (diff)
python37Packages.jupyterlab-git: 0.22.3 -> 0.23.1
Diffstat (limited to 'pkgs/development/python-modules/jupyterlab-git')
-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 b69572df74584..c2304dcf44df9 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.3";
+  version = "0.23.1";
   disabled = pythonOlder "3.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "434ff9edd1190809e02e0cbf50090c28de48a51e151a1f904ac66e902244398d";
+    sha256 = "3c709c33df0b838e50f76fa2e7e0302bd3c32ec24e161ee0e8f436a3844e8b16";
   };
 
   propagatedBuildInputs = [ notebook nbdime git ];