nushell: update to 0.103.0

This commit is contained in:
Saksham 2025-03-26 11:55:25 +05:30 committed by classabbyamp
parent 0582ada8b7
commit eff7b7f6ec

View file

@ -1,6 +1,6 @@
# Template file for 'nushell' # Template file for 'nushell'
pkgname=nushell pkgname=nushell
version=0.102.0 version=0.103.0
revision=1 revision=1
build_style=cargo build_style=cargo
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -12,7 +12,7 @@ license="MIT"
homepage="https://www.nushell.sh/" homepage="https://www.nushell.sh/"
changelog="https://www.nushell.sh/blog/" changelog="https://www.nushell.sh/blog/"
distfiles="https://github.com/nushell/nushell/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/nushell/nushell/archive/refs/tags/${version}.tar.gz"
checksum=97faa3626be944d83b26c43d0b5c9e1ae14dfc55ef4465ac00fc1c64dceda7ce checksum=0e654e47627ad8c053350bbc25fa75c55b76e11fd6841118214eaa5a10f9686e
register_shell="/usr/bin/nu" register_shell="/usr/bin/nu"
# all tests fail with argument --target # all tests fail with argument --target
make_check=no make_check=no