development/python3-spyder-kernels: Update for 2.5.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-06-11 13:24:01 -07:00 committed by Willy Sudiarto Raharjo
parent 80e51e391d
commit 5828c64ca8
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-spyder-kernels
VERSION=${VERSION:-2.5.1}
VERSION=${VERSION:-2.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-spyder-kernels"
VERSION="2.5.1"
VERSION="2.5.2"
HOMEPAGE="https://github.com/spyder-ide/spyder-kernels"
DOWNLOAD="https://github.com/spyder-ide/spyder-kernels/archive/v2.5.1/spyder-kernels-2.5.1.tar.gz"
MD5SUM="fd00102c1087031c0ea512a21cbd1979"
DOWNLOAD="https://github.com/spyder-ide/spyder-kernels/archive/v2.5.2/spyder-kernels-2.5.2.tar.gz"
MD5SUM="7f6ce6b151d6067ce0d124e6c6781301"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jupyter-ipykernel cloudpickle python3-wurlitzer"