community/nushell: upgrade to 0.88.0

This commit is contained in:
Celeste 2023-12-13 03:55:22 +00:00 committed by omni
parent b54f1fa0f3
commit e446aea26b
2 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# Contributor: nibon7 <nibon7@163.com>
# Maintainer: nibon7 <nibon7@163.com>
pkgname=nushell
pkgver=0.87.1
pkgver=0.88.0
pkgrel=0
pkgdesc="A new type of shell"
url="https://www.nushell.sh"
@ -74,6 +74,6 @@ _plugins() {
}
sha512sums="
ce1c5920cf5b38a66f33e7bf36615a0c4df1e89f4654e408eafad6431e26f0464c1061fffacaded0779832da64049f3771753872bcf806a074fe3a09565380c5 nushell-0.87.1.tar.gz
ae2f5903d1330e9fe672c92da347a7d4fc64b0cf01e617f8309e04022616d52be4deff8e02c2b01da4fbef43e981a432830ce551d2eefe458c7413738658076a system-deps.patch
fd56ef810690f4b1b7a8973ec770cfc84b8f066e873ff0b613be4a6626092a54f3bfdeb1aaeb5603961c0d9b2ba28934b17bb21d7b7d4a9eb8ed00c3822ebe4e nushell-0.88.0.tar.gz
cd95107d6160d042542c4e97b3238ad6eb38ab45c8d6a390c028181dae6e02c4c129c5e019a6210551bb3d0c4c690bc65823377f176a4d78128f48cf860bda61 system-deps.patch
"

View File

@ -18,8 +18,8 @@ index ab87f9e..8ad69db 100644
nu-std = { path = "./crates/nu-std", version = "0.85.0" }
nu-utils = { path = "./crates/nu-utils", version = "0.85.0" }
nu-ansi-term = "0.49.0"
-reedline = { version = "0.26.0", features = ["bashisms", "sqlite"] }
+reedline = { version = "0.26.0", features = ["bashisms", "sqlite-dynlib"]}
-reedline = { version = "0.27.0", features = ["bashisms", "sqlite"] }
+reedline = { version = "0.27.0", features = ["bashisms", "sqlite-dynlib"]}
crossterm = "0.27"
ctrlc = "3.4"
@ -31,8 +31,8 @@ index 5b7fda5..476694e 100644
nu-utils = { path = "../nu-utils", version = "0.85.0" }
nu-color-config = { path = "../nu-color-config", version = "0.85.0" }
nu-ansi-term = "0.49.0"
-reedline = { version = "0.26.0", features = ["bashisms", "sqlite"] }
+reedline = { version = "0.26.0", features = ["bashisms", "sqlite-dynlib"]}
-reedline = { version = "0.27.0", features = ["bashisms", "sqlite"] }
+reedline = { version = "0.27.0", features = ["bashisms", "sqlite-dynlib"]}
chrono = { default-features = false, features = ["std"], version = "0.4" }
crossterm = "0.27"
@ -44,8 +44,8 @@ index 2f26bcb..9c7c29c 100644
rayon = "1.7"
regex = "1.7"
roxmltree = "0.18"
-rusqlite = { version = "0.29", features = ["bundled"], optional = true }
+rusqlite = { version = "0.29", optional = true }
-rusqlite = { version = "0.29", features = ["bundled", "backup"], optional = true }
+rusqlite = { version = "0.29", features = ["backup"], optional = true }
same-file = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"