mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
development/jupyter-qtconsole: Update for 5.5.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
68c2bbf67a
commit
24ba24423c
2 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for jupyter-qtconsole
|
||||
|
||||
# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com>
|
||||
# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,8 +26,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jupyter-qtconsole
|
||||
VERSION=${VERSION:-5.4.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-5.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="jupyter-qtconsole"
|
||||
VERSION="5.4.0"
|
||||
VERSION="5.5.1"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://github.com/jupyter/qtconsole/archive/5.4.0/qtconsole-5.4.0.tar.gz"
|
||||
MD5SUM="19fd3ac0ab0ea7511dc9c98802076bc4"
|
||||
DOWNLOAD="https://github.com/jupyter/qtconsole/archive/5.5.1/qtconsole-5.5.1.tar.gz"
|
||||
MD5SUM="bd0d48656ec890dbfe8a8146ecd67490"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jupyter-ipykernel QtPy ipython_genutils"
|
||||
REQUIRES="jupyter-ipykernel QtPy"
|
||||
MAINTAINER="Isaac Yu"
|
||||
EMAIL="isaacyu@protonmail.com"
|
||||
|
|
Loading…
Reference in a new issue