* [PR PATCH] nushell: update to 0.96.0
@ 2024-07-25 19:08 cinerea0
2024-07-30 14:22 ` [PR PATCH] [Updated] " cinerea0
2024-07-30 16:06 ` [PR PATCH] [Merged]: nushell: update to 0.96.1 cinerea0
0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2024-07-25 19:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 381 bytes --]
There is a new pull request by cinerea0 against master on the void-packages repository
https://github.com/cinerea0/void-packages nushell
https://github.com/void-linux/void-packages/pull/51452
nushell: update to 0.96.0
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/51452.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nushell-51452.patch --]
[-- Type: text/x-diff, Size: 1038 bytes --]
From 59597efe756bc594e1e1cc0ddccf51af3a1bd12e Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 25 Jul 2024 15:07:48 -0400
Subject: [PATCH] nushell: update to 0.96.0
---
srcpkgs/nushell/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index 9ddcaf4b313b0e..51a7f030e92c12 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,6 +1,6 @@
# Template file for 'nushell'
pkgname=nushell
-version=0.95.0
+version=0.96.0
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=f41a0f41af3996581f9bd485cfe5d55f26dd486dc3812b386bd43439c72a6d16
+checksum=ed3035487b2f6eed0a958532edd68a379617649a9381480726265f15dd6eabad
register_shell="/usr/bin/nu"
# all tests fail with argument --target
make_check=no
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] nushell: update to 0.96.0
2024-07-25 19:08 [PR PATCH] nushell: update to 0.96.0 cinerea0
@ 2024-07-30 14:22 ` cinerea0
2024-07-30 16:06 ` [PR PATCH] [Merged]: nushell: update to 0.96.1 cinerea0
1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-07-30 14:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 386 bytes --]
There is an updated pull request by cinerea0 against master on the void-packages repository
https://github.com/cinerea0/void-packages nushell
https://github.com/void-linux/void-packages/pull/51452
nushell: update to 0.96.0
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/51452.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nushell-51452.patch --]
[-- Type: text/x-diff, Size: 1038 bytes --]
From 84ca3022db9a82a822a4bd52af2395510aaa9144 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 30 Jul 2024 10:22:30 -0400
Subject: [PATCH] nushell: update to 0.96.1
---
srcpkgs/nushell/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index 9ddcaf4b313b0e..f910f718fc0097 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,6 +1,6 @@
# Template file for 'nushell'
pkgname=nushell
-version=0.95.0
+version=0.96.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=f41a0f41af3996581f9bd485cfe5d55f26dd486dc3812b386bd43439c72a6d16
+checksum=829e2f91d130d7b0063a08b1fadb737bdff616ac744eba43baa5fc42aa8b682b
register_shell="/usr/bin/nu"
# all tests fail with argument --target
make_check=no
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Merged]: nushell: update to 0.96.1
2024-07-25 19:08 [PR PATCH] nushell: update to 0.96.0 cinerea0
2024-07-30 14:22 ` [PR PATCH] [Updated] " cinerea0
@ 2024-07-30 16:06 ` cinerea0
1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-07-30 16:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 228 bytes --]
There's a merged pull request on the void-packages repository
nushell: update to 0.96.1
https://github.com/void-linux/void-packages/pull/51452
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-07-30 16:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-25 19:08 [PR PATCH] nushell: update to 0.96.0 cinerea0
2024-07-30 14:22 ` [PR PATCH] [Updated] " cinerea0
2024-07-30 16:06 ` [PR PATCH] [Merged]: nushell: update to 0.96.1 cinerea0
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).