python-jupyter_nbformat: update to 4.3.0
This commit is contained in:
parent
a0d706bab0
commit
327e8f34cf
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-jupyter_nbformat'
|
# Template file for 'python-jupyter_nbformat'
|
||||||
pkgname=python-jupyter_nbformat
|
pkgname=python-jupyter_nbformat
|
||||||
version=4.2.0
|
version=4.3.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="nbformat-${version}"
|
wrksrc="nbformat-${version}"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/jupyter/nbformat"
|
homepage="https://github.com/jupyter/nbformat"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/n/nbformat/nbformat-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/nbformat/nbformat-${version}.tar.gz"
|
||||||
checksum=389a5b630a30539074f238a48fb9864592f63d611baccfa2ffaf14ffe239de06
|
checksum=5febcce872672f1c97569e89323992bdcb8573fdad703f835e6521253191478b
|
||||||
alternatives="jupyter-nbformat:jupyter-trust:/usr/bin/jupyter-trust2"
|
alternatives="jupyter-nbformat:jupyter-trust:/usr/bin/jupyter-trust2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue