diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-07 21:02:54 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-10 17:04:52 +0700 |
commit | a9a3d87d85663ac650e5c11c9d4ef7ccc5dbd9fe (patch) | |
tree | 10b8befda3c0334a9be00c77e95602235e5ee16d | |
parent | 1b920fe680397969b9590fe941afe2efae993f5d (diff) | |
download | slackbuilds-a9a3d87d85663ac650e5c11c9d4ef7ccc5dbd9fe.tar.gz |
development/jupyter_client: Updated for version 6.1.13.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/jupyter_client/jupyter_client.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter_client/jupyter_client.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter_client/jupyter_client.SlackBuild b/development/jupyter_client/jupyter_client.SlackBuild index beb85a3130..99034cb8a0 100644 --- a/development/jupyter_client/jupyter_client.SlackBuild +++ b/development/jupyter_client/jupyter_client.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jupyter_client -VERSION=${VERSION:-6.1.11} +VERSION=${VERSION:-6.1.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter_client/jupyter_client.info b/development/jupyter_client/jupyter_client.info index 4b72fc8096..b385fc478a 100644 --- a/development/jupyter_client/jupyter_client.info +++ b/development/jupyter_client/jupyter_client.info @@ -1,8 +1,8 @@ PRGNAM="jupyter_client" -VERSION="6.1.11" +VERSION="6.1.13" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/6.1.11/jupyter_client-6.1.11.tar.gz" -MD5SUM="d79e82853f8c9c78e4355d4e9cc987c9" +DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/6.1.13/jupyter_client-6.1.13.tar.gz" +MD5SUM="78fa92c3bce92db2c650453172e665c7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="decorator jupyter_core python3-dateutil python3-pyzmq traitlets" |