Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nushell: update to 0.62.0
@ 2022-05-08 14:23 zen0bit
  2022-05-08 16:26 ` jcgruenhage
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: zen0bit @ 2022-05-08 14:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 469 bytes --]

There is a new pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/VUR nushell
https://github.com/void-linux/void-packages/pull/37044

nushell: update to 0.62.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64 libc


A patch file from https://github.com/void-linux/void-packages/pull/37044.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nushell-37044.patch --]
[-- Type: text/x-diff, Size: 1032 bytes --]

From abd6175e3b709f56dcd8b1ff3c8218bb8776f1d1 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Sun, 8 May 2022 16:24:05 +0200
Subject: [PATCH] nushell: update to 0.62.0

---
 srcpkgs/nushell/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index cce3d5f3b6fb..bf3a852c5a74 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,6 +1,6 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.44.0
+version=0.62.0
 revision=1
 build_style=cargo
 configure_args="--features=extra"
@@ -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=94bb003fd05b604a174a686c40286fef460bc06616a7d273c387a54a07576ecc
+checksum=ed183be2579979097368441b0ded5cb21653f4e6f50b530729e65883cfe2aa20
 register_shell="/usr/bin/nu"
 # all tests fail with argument --target
 make_check=no

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: nushell: update to 0.62.0
  2022-05-08 14:23 [PR PATCH] nushell: update to 0.62.0 zen0bit
@ 2022-05-08 16:26 ` jcgruenhage
  2022-06-02  2:42 ` [PR PATCH] [Updated] " zen0bit
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jcgruenhage @ 2022-05-08 16:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/37044#issuecomment-1120447928

Comment:
Duplicate of #36577-ish. Updating nushell in general is blocked by #36269 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] nushell: update to 0.62.0
  2022-05-08 14:23 [PR PATCH] nushell: update to 0.62.0 zen0bit
  2022-05-08 16:26 ` jcgruenhage
@ 2022-06-02  2:42 ` zen0bit
  2022-06-02  2:55 ` zen0bit
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: zen0bit @ 2022-06-02  2:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

There is an updated pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/VUR nushell
https://github.com/void-linux/void-packages/pull/37044

nushell: update to 0.62.0
#### Testing the changes
- I tested the changes in this PR: **No**

A patch file from https://github.com/void-linux/void-packages/pull/37044.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nushell-37044.patch --]
[-- Type: text/x-diff, Size: 1629 bytes --]

From abd6175e3b709f56dcd8b1ff3c8218bb8776f1d1 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Sun, 8 May 2022 16:24:05 +0200
Subject: [PATCH 1/2] nushell: update to 0.62.0

---
 srcpkgs/nushell/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index cce3d5f3b6fb..bf3a852c5a74 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,6 +1,6 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.44.0
+version=0.62.0
 revision=1
 build_style=cargo
 configure_args="--features=extra"
@@ -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=94bb003fd05b604a174a686c40286fef460bc06616a7d273c387a54a07576ecc
+checksum=ed183be2579979097368441b0ded5cb21653f4e6f50b530729e65883cfe2aa20
 register_shell="/usr/bin/nu"
 # all tests fail with argument --target
 make_check=no

From 36e32254612702eff8a56e912a71cfff694b99cd Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Thu, 2 Jun 2022 04:42:25 +0200
Subject: [PATCH 2/2] Update template

---
 srcpkgs/nushell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index bf3a852c5a74..b3e791ccee42 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,6 +1,6 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.62.0
+version=0.63.0
 revision=1
 build_style=cargo
 configure_args="--features=extra"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] nushell: update to 0.62.0
  2022-05-08 14:23 [PR PATCH] nushell: update to 0.62.0 zen0bit
  2022-05-08 16:26 ` jcgruenhage
  2022-06-02  2:42 ` [PR PATCH] [Updated] " zen0bit
@ 2022-06-02  2:55 ` zen0bit
  2022-06-02  2:59 ` [PR PATCH] [Updated] nushell: update to 0.63.0 zen0bit
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: zen0bit @ 2022-06-02  2:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

There is an updated pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/VUR nushell
https://github.com/void-linux/void-packages/pull/37044

nushell: update to 0.62.0
#### Testing the changes
- I tested the changes in this PR: **No**

A patch file from https://github.com/void-linux/void-packages/pull/37044.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nushell-37044.patch --]
[-- Type: text/x-diff, Size: 1032 bytes --]

From 7ca1ced28896671f605cca1cfaf40019213a342f Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Sun, 8 May 2022 16:24:05 +0200
Subject: [PATCH] nushell: update to 0.63.0

---
 srcpkgs/nushell/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index cce3d5f3b6fb..5746a3833952 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,6 +1,6 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.44.0
+version=0.63.0
 revision=1
 build_style=cargo
 configure_args="--features=extra"
@@ -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=94bb003fd05b604a174a686c40286fef460bc06616a7d273c387a54a07576ecc
+checksum=36164bd0add2a0929e3b53d4f317e6703cab96b65a596fd562fd58f0f14d92c1
 register_shell="/usr/bin/nu"
 # all tests fail with argument --target
 make_check=no

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] nushell: update to 0.63.0
  2022-05-08 14:23 [PR PATCH] nushell: update to 0.62.0 zen0bit
                   ` (2 preceding siblings ...)
  2022-06-02  2:55 ` zen0bit
@ 2022-06-02  2:59 ` zen0bit
  2022-06-23 18:32 ` classabbyamp
  2022-06-23 18:32 ` [PR PATCH] [Closed]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: zen0bit @ 2022-06-02  2:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

There is an updated pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/VUR nushell
https://github.com/void-linux/void-packages/pull/37044

nushell: update to 0.63.0
#### Testing the changes
- I tested the changes in this PR: **No**

A patch file from https://github.com/void-linux/void-packages/pull/37044.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nushell-37044.patch --]
[-- Type: text/x-diff, Size: 1032 bytes --]

From bc8b1d2a3a91ddd5c31df6d130e9402020420f62 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Sun, 8 May 2022 16:24:05 +0200
Subject: [PATCH] nushell: update to 0.63.0

---
 srcpkgs/nushell/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template
index cce3d5f3b6fb..5746a3833952 100644
--- a/srcpkgs/nushell/template
+++ b/srcpkgs/nushell/template
@@ -1,6 +1,6 @@
 # Template file for 'nushell'
 pkgname=nushell
-version=0.44.0
+version=0.63.0
 revision=1
 build_style=cargo
 configure_args="--features=extra"
@@ -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=94bb003fd05b604a174a686c40286fef460bc06616a7d273c387a54a07576ecc
+checksum=36164bd0add2a0929e3b53d4f317e6703cab96b65a596fd562fd58f0f14d92c1
 register_shell="/usr/bin/nu"
 # all tests fail with argument --target
 make_check=no

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: nushell: update to 0.63.0
  2022-05-08 14:23 [PR PATCH] nushell: update to 0.62.0 zen0bit
                   ` (3 preceding siblings ...)
  2022-06-02  2:59 ` [PR PATCH] [Updated] nushell: update to 0.63.0 zen0bit
@ 2022-06-23 18:32 ` classabbyamp
  2022-06-23 18:32 ` [PR PATCH] [Closed]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-06-23 18:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37044#issuecomment-1164740136

Comment:
#36577

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Closed]: nushell: update to 0.63.0
  2022-05-08 14:23 [PR PATCH] nushell: update to 0.62.0 zen0bit
                   ` (4 preceding siblings ...)
  2022-06-23 18:32 ` classabbyamp
@ 2022-06-23 18:32 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-06-23 18:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

There's a closed pull request on the void-packages repository

nushell: update to 0.63.0
https://github.com/void-linux/void-packages/pull/37044

Description:
#### Testing the changes
- I tested the changes in this PR: **No**

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-06-23 18:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-08 14:23 [PR PATCH] nushell: update to 0.62.0 zen0bit
2022-05-08 16:26 ` jcgruenhage
2022-06-02  2:42 ` [PR PATCH] [Updated] " zen0bit
2022-06-02  2:55 ` zen0bit
2022-06-02  2:59 ` [PR PATCH] [Updated] nushell: update to 0.63.0 zen0bit
2022-06-23 18:32 ` classabbyamp
2022-06-23 18:32 ` [PR PATCH] [Closed]: " classabbyamp

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).