From 65dc2d40cb113382fb98796f1d04099f28cab355 Mon Sep 17 00:00:00 2001 From: Rostislav Svoboda Date: Tue, 16 Jan 2024 22:32:47 +0100 Subject: gnu: fish: Update to 3.7.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/shells.scm (fish): Update to 3.7.0. Change-Id: I10f6dedaed31f31735ebd90cbcb29621f43de14a Signed-off-by: Ludovic Courtès --- gnu/packages/shells.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index e3de0eb205..be8fa8d7a7 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -121,7 +121,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).") (define-public fish (package (name "fish") - (version "3.6.1") + (version "3.7.0") (source (origin (method url-fetch) @@ -129,7 +129,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).") "releases/download/" version "/" "fish-" version ".tar.xz")) (sha256 - (base32 "1cj91fyba259vhbxvq55w2yf2p2vj201gr15pa59swx6gjs2nh2m")))) + (base32 "1c9slg6azhc9jn1sb75wip4hl9zyibjy9nay505nkw0lnxw766yz")))) (build-system cmake-build-system) (inputs (list fish-foreign-env ncurses pcre2 -- cgit v1.2.3