mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/jupyter-nbformat: Updated for version 5.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b39629877f
commit
610e5bbbc7
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=jupyter-nbformat
|
||||
VERSION=${VERSION:-5.0.8}
|
||||
VERSION=${VERSION:-5.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter-nbformat"
|
||||
VERSION="5.0.8"
|
||||
VERSION="5.1.2"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.0.8.tar.gz"
|
||||
MD5SUM="f42f65d94a7ef203844a1924d29b5544"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.1.2.tar.gz"
|
||||
MD5SUM="68cb29a79bce79762e7d11e8346d12cd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-jsonschema traitlets"
|
||||
|
|
Loading…
Reference in a new issue