mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/jupyter_core: Update for version 4.6.2.
This commit is contained in:
parent
89432dbc27
commit
af63d08091
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for jupyter_core
|
||||
|
||||
# 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_core
|
||||
VERSION=${VERSION:-4.6.1}
|
||||
VERSION=${VERSION:-4.6.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter_core"
|
||||
VERSION="4.6.1"
|
||||
VERSION="4.6.2"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.6.1/jupyter_core-4.6.1.tar.gz"
|
||||
MD5SUM="5a6d02d25c4c2c6914d991173e7ca8f9"
|
||||
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.6.2/jupyter_core-4.6.2.tar.gz"
|
||||
MD5SUM="5574cbee4bc0c71415cdef6846f1078d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3"
|
||||
|
|
Loading…
Reference in a new issue