mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
Upgrade sources
- `main` v5.1.0: https://github.com/jupyterhub/jupyterhub/releases/tag/5.1.0
This commit is contained in:
parent
b61a13d722
commit
dacce7d9df
1 changed files with 3 additions and 3 deletions
|
@ -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.1.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.1.0.tar.gz"
|
||||
sha256 = "e715d2af7139dc1570292c68ae16fd9ebbaedd0a27d6274410065bad70281c27"
|
||||
# Only used for autoupdate, code will checkout the commit
|
||||
prefetch = false
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue