mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/jupyter-nbdime: Updated for version 2.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
78487da598
commit
7448312c16
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for jupyter-nbdime
|
||||
|
||||
# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=jupyter-nbdime
|
||||
VERSION=${VERSION:-1.1.0}
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter-nbdime"
|
||||
VERSION="1.1.0"
|
||||
VERSION="2.1.0"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbdime/nbdime-1.1.0.tar.gz"
|
||||
MD5SUM="ec2ac3f2ac53768730569d4cd8706539"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbdime/nbdime-2.1.0.tar.gz"
|
||||
MD5SUM="780c6d17abe4048dea1774a378fa2db7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="colorama GitPython jupyter-notebook python-requests python3-gitdb2"
|
||||
|
|
Loading…
Reference in a new issue