From 2d1259a9a21039a765a86c6d8ba064e084083ce5 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sun, 18 Mar 2018 20:31:33 -0700 Subject: [PATCH] development/jupyter-notebook: Updated for version 5.4.1. Signed-off-by: Benjamin Trigona-Harany --- development/jupyter-notebook/jupyter-notebook.SlackBuild | 4 ++-- development/jupyter-notebook/jupyter-notebook.info | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/development/jupyter-notebook/jupyter-notebook.SlackBuild b/development/jupyter-notebook/jupyter-notebook.SlackBuild index 7119f4a3e1..87eceab5bb 100644 --- a/development/jupyter-notebook/jupyter-notebook.SlackBuild +++ b/development/jupyter-notebook/jupyter-notebook.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyter-notebook -# Copyright 2017 Benjamin Trigona-Harany +# Copyright 2017-2018 Benjamin Trigona-Harany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ SRCNAM=notebook PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-5.4.0} +VERSION=${VERSION:-5.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info index 0966086915..78ccd861e5 100644 --- a/development/jupyter-notebook/jupyter-notebook.info +++ b/development/jupyter-notebook/jupyter-notebook.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-notebook" -VERSION="5.4.0" +VERSION="5.4.1" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.4.0.tar.gz" -MD5SUM="71ee17cc512eb442ce6ddb3e394bd134" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.4.1.tar.gz" +MD5SUM="308c951c078a6d3c02b53e6e177aea23" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Jinja2 jupyter_client jupyter-ipykernel jupyter-nbconvert singledispatch send2trash terminado"