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>2021-12-07 04:30:00 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-06 23:45:26 -0800
commit8b92ca14b4d7c7d0849242415306d77b618f5ea2 (patch)
tree1ea2859c581f859f12013838c1d0d5a7148a0bc8 /pkgs/development/python-modules/jupyterlab-git
parent18568f029e4671b96f8edca198d57b8fe90de73d (diff)
python38Packages.jupyterlab-git: 0.33.0 -> 0.34.0
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 cd0ace2494955..46c76ebfe20e7 100644
--- a/pkgs/development/python-modules/jupyterlab-git/default.nix
+++ b/pkgs/development/python-modules/jupyterlab-git/default.nix
@@ -17,14 +17,14 @@
 
 buildPythonPackage rec {
   pname = "jupyterlab-git";
-  version = "0.33.0";
+  version = "0.34.0";
 
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     pname = "jupyterlab_git";
     inherit version;
-    sha256 = "0rbl472k66asfq9n9xqd2zpw8z7yrk6ka411vhvlvvszzb7g6w13";
+    sha256 = "3b9ee3a577834c0f021d41069be7b03068297ce0c2a73c76b17e8018eb3eb62f";
   };
 
   nativeBuildInputs = [