GNU bug report logs - #61834
[PATCH] gnu: fish: Update to 3.6.0.

Previous Next

Package: guix-patches;

Reported by: Winter <winter <at> winter.cafe>

Date: Mon, 27 Feb 2023 04:49:03 UTC

Severity: normal

Tags: patch

Merged with 61833

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61834 in the body.
You can then email your comments to 61834 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61834; Package guix-patches. (Mon, 27 Feb 2023 04:49:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Winter <winter <at> winter.cafe>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 27 Feb 2023 04:49:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Winter <winter <at> winter.cafe>
To: guix-patches <at> gnu.org
Cc: Winter <winter <at> winter.cafe>
Subject: [PATCH] gnu: fish: Update to 3.6.0.
Date: Sun, 26 Feb 2023 22:22:33 -0500
* 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





Merged 61833 61834. Request was from Liliana Marie Prikler <liliana.prikler <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 27 Feb 2023 05:25:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#61834; Package guix-patches. (Thu, 02 Mar 2023 23:58:01 GMT) Full text and rfc822 format available.

Message #10 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Winter <winter <at> winter.cafe>
Cc: 61834-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#61834] [PATCH] gnu: fish: Update to 3.6.0.
Date: Fri, 03 Mar 2023 00:57:25 +0100
[Message part 1 (text/plain, inline)]
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
[signature.asc (application/pgp-signature, inline)]

Reply sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
You have taken responsibility. (Thu, 02 Mar 2023 23:58:02 GMT) Full text and rfc822 format available.

Notification sent to Winter <winter <at> winter.cafe>:
bug acknowledged by developer. (Thu, 02 Mar 2023 23:58:02 GMT) Full text and rfc822 format available.

Reply sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
You have taken responsibility. (Thu, 02 Mar 2023 23:58:02 GMT) Full text and rfc822 format available.

Notification sent to Winter <winter <at> winter.cafe>:
bug acknowledged by developer. (Thu, 02 Mar 2023 23:58:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 31 Mar 2023 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 25 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.