From ff0617a72dc6bcdc49480f6a0e4d5675cb91969a Mon Sep 17 00:00:00 2001 From: Andrew Stubbs Date: Mon, 23 Feb 2026 11:57:35 +0000 Subject: gnu: fish: Update to 4.5.0. * gnu/packages/shells.scm (fish): Update to 4.5.0. Merges: https://codeberg.org/guix/guix/pulls/6643 Change-Id: I6e0f3cfbc2c9f25f34e80876032804cd4df53e3d Signed-off-by: Sharlatan Hellseher --- gnu/packages/shells.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/shells.scm') diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 3dffcc2d494..6c1d8c9750b 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -132,7 +132,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).") (define-public fish (package (name "fish") - (version "4.4.0") + (version "4.5.0") (source (origin (method url-fetch) @@ -140,7 +140,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).") "releases/download/" version "/" "fish-" version ".tar.xz")) (sha256 - (base32 "1m9sk5h4hg3acpc5p8c17nf14xfzhsc3ab4j3b9ckxilq1r117jj")) + (base32 "1vb45i480723lin9jabnqx9x3m77kipnkzi60844wqsby661y5c9")) ;; TODO: Unbundle corrosion. (patches (search-patches "corrosion-honor-CARGO_BUILD_TARGET.patch")))) (build-system cmake-build-system) -- cgit v1.3