From b6139a49944aa9ab721e9fc663a77ea2094e64d6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 22 Jul 2024 03:36:31 +0200 Subject: [PATCH] Upgrade sources - `main` v5.0.0: https://github.com/jupyterhub/jupyterhub/releases/tag/5.0.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index df22b09..2d370f7 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.5~ynh1" +version = "5.0.0~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.5.tar.gz" - sha256 = "750511c4956e2926625b1c9a6cc0e6e82e090a8b682e631c8117b2e104f94723" + url = "https://github.com/jupyterhub/jupyterhub/archive/refs/tags/5.0.0.tar.gz" + sha256 = "8f62cb5d3146782555b2cd30d58bf985ee0252559b9fd13688e311e815875017" # Only used for autoupdate, code will checkout the commit prefetch = false