From bc9f464723fa34aef5f1382534448a814506be27 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Thu, 15 Oct 2020 08:28:21 +0000 Subject: [PATCH] python37Packages.jupyterlab-git: 0.20.0 -> 0.22.1 --- pkgs/development/python-modules/jupyterlab-git/default.nix | 4 ++-- 1 file 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 91ae426147cb12..aeeb75b4c52d85 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.20.0"; + version = "0.22.1"; disabled = pythonOlder "3.5"; src = fetchPypi { inherit pname version; - sha256 = "0qs3wrcils07xlz698xr7giqf9v63n2qb338mlh7wql93rmjg45i"; + sha256 = "e0fe2503d08dc00cda781b1ff89eb10c0decb45b5f8983b4970525b8f108dc02"; }; propagatedBuildInputs = [ notebook nbdime git ];