Skip to content

Commit

Permalink
python37Packages.jupyterlab-git: 0.22.3 -> 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Nov 25, 2020
1 parent b738518 commit 7afd505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/jupyterlab-git/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 7afd505

Please sign in to comment.