From 1cb82c690274ac8d052f379c640d826d38412509 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 13 Mar 2022 11:52:37 +0100 Subject: [PATCH] 3.3.1 --- manifest.json | 2 +- scripts/_common.sh | 4 ++-- scripts/upgrade | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 020ba4c..6d5978e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Code console environment for running Python code interactively.", "fr": "Console de code pour exécuter du code Python de manière interactive." }, - "version": "3.0.16~ynh2", + "version": "3.3.1~ynh1", "url": "https://jupyterlab.readthedocs.io/en/stable/", "upstream": { "license": "BSD-3-Clause", diff --git a/scripts/_common.sh b/scripts/_common.sh index 06b6cdd..594f217 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,9 +7,9 @@ # dependencies used by the app pkg_dependencies="python3-dev python3-pip libffi-dev libzmq3-dev" -nodejs_version="15" +nodejs_version="16" -jupyterlab_version="3.0.16" +jupyterlab_version="3.3.1" #================================================= # PERSONAL HELPERS diff --git a/scripts/upgrade b/scripts/upgrade index e34fec2..1d61d4e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -142,7 +142,7 @@ ynh_add_systemd_config #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description="$app daemon" --log="$app" +yunohost service add $app --description="$app daemon" #================================================= # START SYSTEMD SERVICE