[PATCH] gnu: fish: Update to 3.7.1.

  • Open
  • quality assurance status badge
Details
2 participants
  • David Pflug
  • Vagrant Cascadian
Owner
unassigned
Submitted by
David Pflug
Severity
normal
D
D
David Pflug wrote on 29 Oct 21:58 +0100
(address . guix-patches@gnu.org)(name . David Pflug)(address . david@pflug.io)
cf23be511ef2ef3419b459c305d466b2359e76c9.1730235498.git.david@pflug.io
* gnu/packages/shells.scm (fish): Update to 3.7.1.

Change-Id: Ife28992a9a66ee94be2e4ef5db25a65b7a6dd65e
---
gnu/packages/shells.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 43a1fbb540..733da2129b 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -137,7 +137,7 @@ (define-public dash
(define-public fish
(package
(name "fish")
- (version "3.7.0")
+ (version "3.7.1")
(source
(origin
(method url-fetch)
@@ -145,7 +145,7 @@ (define-public fish
"releases/download/" version "/"
"fish-" version ".tar.xz"))
(sha256
- (base32 "1c9slg6azhc9jn1sb75wip4hl9zyibjy9nay505nkw0lnxw766yz"))))
+ (base32 "0l5jlg0vplqln7ijqwirp1xl4j9npimzm58k77grj1yd8db9yk31"))))
(build-system cmake-build-system)
(inputs
(list fish-foreign-env ncurses pcre2

base-commit: 653121e1abe7e5400d39b326522ea327d90c9e58
--
2.41.0
V
V
Vagrant Cascadian wrote on 30 Oct 00:30 +0100
(name . David Pflug)(address . david@pflug.io)(address . 74095@debbugs.gnu.org)
87ttcu7ahs.fsf@wireframe
On 2024-10-29, David Pflug wrote:
Toggle quote (2 lines)
> * gnu/packages/shells.scm (fish): Update to 3.7.1.

Tested locally, and works for me! Thanks!

I also tried building the dependent packages for x86_64-linux, and it
introduced no new failures; python-numba and related dependents do not
build with or without this patch applied.

I could push in a couple days if nobody else finds any issue.

live well,
vagrant

Toggle quote (31 lines)
> Change-Id: Ife28992a9a66ee94be2e4ef5db25a65b7a6dd65e
> ---
> gnu/packages/shells.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
> index 43a1fbb540..733da2129b 100644
> --- a/gnu/packages/shells.scm
> +++ b/gnu/packages/shells.scm
> @@ -137,7 +137,7 @@ (define-public dash
> (define-public fish
> (package
> (name "fish")
> - (version "3.7.0")
> + (version "3.7.1")
> (source
> (origin
> (method url-fetch)
> @@ -145,7 +145,7 @@ (define-public fish
> "releases/download/" version "/"
> "fish-" version ".tar.xz"))
> (sha256
> - (base32 "1c9slg6azhc9jn1sb75wip4hl9zyibjy9nay505nkw0lnxw766yz"))))
> + (base32 "0l5jlg0vplqln7ijqwirp1xl4j9npimzm58k77grj1yd8db9yk31"))))
> (build-system cmake-build-system)
> (inputs
> (list fish-foreign-env ncurses pcre2
>
> base-commit: 653121e1abe7e5400d39b326522ea327d90c9e58
> --
> 2.41.0
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZyFwHwAKCRDcUY/If5cW
qqmfAP9DoI/NcxFinabYgPKKfNr7koillR1JvvtPGalRb8jHOQD/XpdS2yjuwd2+
/jsgjJXaWy3Unw2DpLlWKVzF499rVgA=
=W/WJ
-----END PGP SIGNATURE-----

?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74095@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74095
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch