[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: fish: Update to 3.7.1.
From: |
guix-commits |
Subject: |
01/11: gnu: fish: Update to 3.7.1. |
Date: |
Thu, 26 Dec 2024 17:31:36 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 103f698658ece07605fd2fa4fd6ee47e8a734cb2
Author: David Pflug <david@pflug.io>
AuthorDate: Tue Oct 29 16:58:18 2024 -0400
gnu: fish: Update to 3.7.1.
* gnu/packages/shells.scm (fish): Update to 3.7.1.
Change-Id: Ife28992a9a66ee94be2e4ef5db25a65b7a6dd65e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 93cf94b9a7..e8f5243569 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -137,7 +137,7 @@ direct descendant of NetBSD's Almquist Shell
(@command{ash}).")
(define-public fish
(package
(name "fish")
- (version "3.7.0")
+ (version "3.7.1")
(source
(origin
(method url-fetch)
@@ -145,7 +145,7 @@ direct descendant of NetBSD's Almquist Shell
(@command{ash}).")
"releases/download/" version "/"
"fish-" version ".tar.xz"))
(sha256
- (base32 "1c9slg6azhc9jn1sb75wip4hl9zyibjy9nay505nkw0lnxw766yz"))))
+ (base32 "0l5jlg0vplqln7ijqwirp1xl4j9npimzm58k77grj1yd8db9yk31"))))
(build-system cmake-build-system)
(inputs
(list fish-foreign-env ncurses pcre2
- branch master updated (8f24cefc2c -> e4bdd464eb), guix-commits, 2024/12/26
- 02/11: gnu: Add perl-unicode-eastasianwidth., guix-commits, 2024/12/26
- 03/11: gnu: texinfo-7: Use external modules., guix-commits, 2024/12/26
- 08/11: gnu: knot: Update to 3.4.2., guix-commits, 2024/12/26
- 01/11: gnu: fish: Update to 3.7.1.,
guix-commits <=
- 11/11: teams: Remove unmatched-paren from teams due to inactivity., guix-commits, 2024/12/26
- 09/11: gnu: goaccess: Update to 1.9.3., guix-commits, 2024/12/26
- 07/11: gnu: mtools: Update to 4.0.46., guix-commits, 2024/12/26
- 05/11: gnu: opensmtpd: Update to 7.6.0p1, guix-commits, 2024/12/26
- 04/11: gnu: libressl: Update to 4.0.0., guix-commits, 2024/12/26
- 06/11: gnu: git-sizer: Pin git version., guix-commits, 2024/12/26
- 10/11: gnu: artanis: Update to 1.0.0., guix-commits, 2024/12/26