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

python3Packages.jupyterlab-git: 0.39.0 -> 0.39.2

This commit is contained in:
Martin Weinelt 2022-09-14 23:36:10 +02:00
parent ea128f1aee
commit 2462c67625

View file

@ -17,14 +17,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "jupyterlab-git"; pname = "jupyterlab-git";
version = "0.39.0"; version = "0.39.2";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchPypi { src = fetchPypi {
pname = "jupyterlab_git"; pname = "jupyterlab_git";
inherit version; inherit version;
sha256 = "sha256-2BMSbZ5ICISavg1JON7fiKd4e4vAyWW+geSgxbMowis="; sha256 = "sha256-+wzKAK5jdrlPjtVDgp7QqOyXaBDzzkRJI+6hcbOcnpo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [