From 3c9d6790c95a2a45b7df197b54ce976624560644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Mon, 8 Nov 2021 12:28:19 +0100 Subject: [PATCH] nushell: update to 0.39.0. --- srcpkgs/nushell/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template index 2992ab13997f..b60a3204ab90 100644 --- a/srcpkgs/nushell/template +++ b/srcpkgs/nushell/template @@ -1,7 +1,7 @@ # Template file for 'nushell' pkgname=nushell -version=0.34.0 -revision=2 +version=0.39.0 +revision=1 build_style=cargo configure_args="--features=extra" hostmakedepends="pkg-config python3 libgit2-devel" @@ -14,7 +14,7 @@ license="MIT" homepage="https://www.nushell.sh/" changelog="https://www.nushell.sh/blog/" distfiles="https://github.com/nushell/nushell/archive/refs/tags/${version}.tar.gz" -checksum=9571c7fbf0f0fdabb055727b63b6a5c3561f04357336289106591fc6afcff7a3 +checksum=86eb8079b88896dfbfb8e165adba75a7de3477b21f20ee8282efff2f0ab1356b register_shell="/usr/bin/nu" # all tests fail with argument --target make_check=no