3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #197672 from r-ryantm/auto-update/python310Packages.jupyterlab

python310Packages.jupyterlab: 3.4.8 -> 3.5.0
This commit is contained in:
Mario Rodas 2022-10-28 22:27:20 -05:00 committed by GitHub
commit ec821ad312
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "3.4.8";
version = "3.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-H6+4tlcAXZFgPzw639bZ6OrzP9xgFTf+8JKDMy7+Z8s=";
sha256 = "sha256-4CVWyOobOGljxLRk5GGK7hU8VBawerSBQlyBegMzI6I=";
};
nativeBuildInputs = [