* [bug#74095] [PATCH] gnu: fish: Update to 3.7.1.
@ 2024-10-29 20:58 David Pflug
2024-10-29 23:30 ` Vagrant Cascadian
0 siblings, 1 reply; 2+ messages in thread
From: David Pflug @ 2024-10-29 20:58 UTC (permalink / raw)
To: 74095; +Cc: David Pflug
* 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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#74095] [PATCH] gnu: fish: Update to 3.7.1.
2024-10-29 20:58 [bug#74095] [PATCH] gnu: fish: Update to 3.7.1 David Pflug
@ 2024-10-29 23:30 ` Vagrant Cascadian
0 siblings, 0 replies; 2+ messages in thread
From: Vagrant Cascadian @ 2024-10-29 23:30 UTC (permalink / raw)
To: David Pflug; +Cc: 74095
[-- Attachment #1: Type: text/plain, Size: 1483 bytes --]
On 2024-10-29, David Pflug wrote:
> * 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
> 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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-29 23:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-29 20:58 [bug#74095] [PATCH] gnu: fish: Update to 3.7.1 David Pflug
2024-10-29 23:30 ` Vagrant Cascadian
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).