Merge pull request #139202 from r-ryantm/auto-update/python38Packages.jupyterlab_server

This commit is contained in:
Sandro 2021-09-23 21:13:47 +02:00 committed by GitHub
commit bd7c80aa5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "jupyterlab_server";
version = "2.7.2";
version = "2.8.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "c6c9ae5796ed60c65bccd84503cbd44b9e35b046b8265f24db3cc4d61631fc0d";
sha256 = "39fd519e9b3275873bd15de891363c28f2649814f7bbc11c57469c60e8408e97";
};
postPatch = ''