hatch-jupyter-builder: update to 0.9.1.

This commit is contained in:
Gonzalo Tornaría 2024-03-17 23:02:18 -03:00 committed by cinerea0
parent abe0d5f19e
commit bce4ef6382

View file

@ -1,7 +1,7 @@
# Template file for 'hatch-jupyter-builder' # Template file for 'hatch-jupyter-builder'
pkgname=hatch-jupyter-builder pkgname=hatch-jupyter-builder
version=0.8.3 version=0.9.1
revision=2 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="hatchling" hostmakedepends="hatchling"
depends="hatchling" depends="hatchling"
@ -12,7 +12,7 @@ license="BSD-3-Clause"
homepage="https://github.com/jupyterlab/hatch-jupyter-builder" homepage="https://github.com/jupyterlab/hatch-jupyter-builder"
changelog="https://raw.githubusercontent.com/jupyterlab/hatch-jupyter-builder/main/CHANGELOG.md" changelog="https://raw.githubusercontent.com/jupyterlab/hatch-jupyter-builder/main/CHANGELOG.md"
distfiles="https://github.com/jupyterlab/hatch-jupyter-builder/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/jupyterlab/hatch-jupyter-builder/archive/refs/tags/v${version}.tar.gz"
checksum=b167709e9bd196b3b92fe13a20b10c09cd30ca550759a9f06834378eb371af96 checksum=c948ea9ffa939916814465eee00af58b713a119eca202565382306b689d6f14c
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt