0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python37Packages.jupyterlab-git: 0.22.3 -> 0.23.1

This commit is contained in:
R. RyanTM 2020-11-25 07:50:18 +00:00 committed by Jonathan Ringer
parent b73851877c
commit 7afd50501b

View file

@ -10,12 +10,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "jupyterlab_git"; pname = "jupyterlab_git";
version = "0.22.3"; version = "0.23.1";
disabled = pythonOlder "3.5"; disabled = pythonOlder "3.5";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "434ff9edd1190809e02e0cbf50090c28de48a51e151a1f904ac66e902244398d"; sha256 = "3c709c33df0b838e50f76fa2e7e0302bd3c32ec24e161ee0e8f436a3844e8b16";
}; };
propagatedBuildInputs = [ notebook nbdime git ]; propagatedBuildInputs = [ notebook nbdime git ];