n/jupyterlab: Upgraded to jupyterlab-2.1.4.

This commit is contained in:
Damien Goutte-Gattat 2020-06-21 00:14:50 +01:00
parent d64760c8c5
commit 67eac6b5b6
3 changed files with 3 additions and 3 deletions

View File

@ -1 +0,0 @@
2188a9bcaaf0b6a68ff9098a481f37ece8231634b862fd3c9adedc466aac79f2 jupyterlab-1.2.3.tar.gz

View File

@ -0,0 +1 @@
7b5bd4a05330a01c8522ee7f1cda5cb2e0d96412d9e1e879a19b3afb63d4ac69 jupyterlab-2.1.4.tar.gz

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2018,2019 Damien Goutte-Gattat
# Copyright (C) 2018,2019,2020 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -28,7 +28,7 @@
# Source package infos
NAMESRC=${NAMESRC:-jupyterlab}
VERSION=${VERSION:-1.2.3}
VERSION=${VERSION:-2.1.4}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz}
# Build infos