From 5bff61f471cd419cc19025eae2f667a2f3874bcb Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sat, 24 Aug 2024 16:21:46 -0400 Subject: [PATCH] nushell: update to 0.97.1 --- srcpkgs/nushell/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template index f910f718fc0..5284f084d4f 100644 --- a/srcpkgs/nushell/template +++ b/srcpkgs/nushell/template @@ -1,6 +1,6 @@ # Template file for 'nushell' pkgname=nushell -version=0.96.1 +version=0.97.1 revision=1 build_style=cargo hostmakedepends="pkg-config" @@ -12,7 +12,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=829e2f91d130d7b0063a08b1fadb737bdff616ac744eba43baa5fc42aa8b682b +checksum=e605d5a7f104b7f2bf99197ca2f34a4a68f68cc12ecab41f606113e6a65b67b1 register_shell="/usr/bin/nu" # all tests fail with argument --target make_check=no