summaryrefslogtreecommitdiffstats
path: root/python/python3-hatch_jupyter_builder
diff options
context:
space:
mode:
author Isaac Yu2023-04-17 21:54:30 +0200
committer Willy Sudiarto Raharjo2023-04-22 06:38:18 +0200
commit1b23b6da71a6ced0fff2701c9cea5f6259faf1a0 (patch)
treeea083be61b5fe6986d0b6c687eae214865f57dc9 /python/python3-hatch_jupyter_builder
parent667d1d327b5891cb564ddb2ae16f8e103cd41e76 (diff)
downloadslackbuilds-1b23b6da71a6ced0fff2701c9cea5f6259faf1a0.tar.gz
python/python3-hatch_jupyter_builder: Updated for version 0.8.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-hatch_jupyter_builder')
-rw-r--r--python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.SlackBuild4
-rw-r--r--python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.SlackBuild b/python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.SlackBuild
index 487073468c..abad372b20 100644
--- a/python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.SlackBuild
+++ b/python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-hatch_jupyter_builder
-# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-hatch_jupyter_builder
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-0.8.2}
+VERSION=${VERSION:-0.8.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.info b/python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.info
index 603eee75b4..6c436040fc 100644
--- a/python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.info
+++ b/python/python3-hatch_jupyter_builder/python3-hatch_jupyter_builder.info
@@ -1,8 +1,8 @@
PRGNAM="python3-hatch_jupyter_builder"
-VERSION="0.8.2"
+VERSION="0.8.3"
HOMEPAGE="https://jupyter.org"
-DOWNLOAD="https://github.com/jupyterlab/hatch-jupyter-builder/releases/download/v0.8.2/hatch_jupyter_builder-0.8.2.tar.gz"
-MD5SUM="ad696696e21aef42d951b6bfafef1a48"
+DOWNLOAD="https://github.com/jupyterlab/hatch-jupyter-builder/releases/download/v0.8.3/hatch_jupyter_builder-0.8.3.tar.gz"
+MD5SUM="4d1e53ae27678888aa5e6c7485a33ac4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-hatchling"