From 7afd50501b66f2faa4f884adbffff55da5f95ff8 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Wed, 25 Nov 2020 07:50:18 +0000 Subject: [PATCH] python37Packages.jupyterlab-git: 0.22.3 -> 0.23.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 b69572df7458..c2304dcf44df 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 ];