From 86781c93d240cb7f6bc66f2685665e6d360ab4d5 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 27 Mar 2024 02:39:11 +0100 Subject: [PATCH] Upgrade to v4.1.3 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index d62f854..292a003 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "JupyterLab" description.en = "Code console environment for running Python code interactively" description.fr = "Console de code pour exécuter du code Python de manière interactive" -version = "4.1.0~ynh1" +version = "4.1.3~ynh1" maintainers = ["kay0u"] @@ -54,8 +54,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/jupyterhub/jupyterhub/archive/refs/tags/4.1.0.tar.gz" - sha256 = "2afed4c1cbd7c83d72ad1015a7955bb0f49e82cbe6ba896ee198ecb049b08749" + url = "https://github.com/jupyterhub/jupyterhub/archive/refs/tags/4.1.3.tar.gz" + sha256 = "28ee888d223ecf1ee8cedd0ce90b0dc25183c38872549c702f4523510cd2f6ec" # Only used for autoupdate, code will checkout the commit prefetch = false