* [bug#61833] [PATCH] gnu: fish: Update to 3.6.0.
@ 2023-02-27 3:22 Winter via Guix-patches via
2023-02-27 3:22 ` [bug#61834] " Winter via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Winter via Guix-patches via @ 2023-02-27 3:22 UTC (permalink / raw)
To: 61833
Hi,
I ran `guix style fish`, but it produced a fairly substantial diff, so I opted not to include it here. Is it not applied consistently throughout the tree, or should I do it in a separate commit?
Thanks,
Winter
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#61834] [PATCH] gnu: fish: Update to 3.6.0.
2023-02-27 3:22 [bug#61833] [PATCH] gnu: fish: Update to 3.6.0 Winter via Guix-patches via
@ 2023-02-27 3:22 ` Winter via Guix-patches via
2023-03-02 23:57 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Winter via Guix-patches via @ 2023-02-27 3:22 UTC (permalink / raw)
To: 61834; +Cc: Winter
* gnu/packages/shells.scm (fish): Update to 3.6.0.
[source]: Remove snippet, as the vendored PCRE2 sources have been
removed (see upstream changelog).
---
gnu/packages/shells.scm | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 0c8cbf3f4c..f550a2c943 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -118,7 +118,7 @@ (define-public dash
(define-public fish
(package
(name "fish")
- (version "3.5.1")
+ (version "3.6.0")
(source
(origin
(method url-fetch)
@@ -126,15 +126,11 @@ (define-public fish
"releases/download/" version "/"
"fish-" version ".tar.xz"))
(sha256
- (base32 "0a39vf0wqq6asw5xcrwgdsc67h5bxkgxzy77f8bx6pd4qlympm56"))
- (modules '((guix build utils)))
- (snippet
- '(begin
- ;; Remove bundled software.
- (delete-file-recursively "pcre2")))))
+ (base32 "10b1xa1hpmi62rzh3qgxlw7xrhyigs8kssagccawmrryfxbls14p"))
+ (modules '((guix build utils)))))
(build-system cmake-build-system)
(inputs
- (list fish-foreign-env ncurses pcre2 ; don't use the bundled PCRE2
+ (list fish-foreign-env ncurses pcre2
python)) ; for fish_config and manpage completions
(native-inputs
(list doxygen groff ; for 'fish --help'
base-commit: 81fbf5d71fb95367a0a93e45a86de5e930589a05
--
2.39.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#61834] [PATCH] gnu: fish: Update to 3.6.0.
2023-02-27 3:22 ` [bug#61834] " Winter via Guix-patches via
@ 2023-03-02 23:57 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 0 replies; 3+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2023-03-02 23:57 UTC (permalink / raw)
To: Winter; +Cc: 61834-done, 61834
[-- Attachment #1: Type: text/plain, Size: 618 bytes --]
Winter,
Winter via Guix-patches via 写道:
> * gnu/packages/shells.scm (fish): Update to 3.6.0.
Thanks! Pushed as ea870a70e93e7ea93e35fa8e0afc3cfdb1b66ba2, with
only slight edits:
> [source]: Remove snippet, as the vendored PCRE2 sources have
> been
I boldly s/vendored/bundled/ :-)
> removed (see upstream changelog).
I wrote ‘CHANGELOG.rst’ here to make it (more) clear that it's a
file in the sourceball.
> + (modules '((guix build utils)))))
The only purpose of this source field is to make modules available
to snippets, so it can go too.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-02 23:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-27 3:22 [bug#61833] [PATCH] gnu: fish: Update to 3.6.0 Winter via Guix-patches via
2023-02-27 3:22 ` [bug#61834] " Winter via Guix-patches via
2023-03-02 23:57 ` Tobias Geerinckx-Rice via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.