GNU bug report logs - #74095
[PATCH] gnu: fish: Update to 3.7.1.

Previous Next

Package: guix-patches;

Reported by: David Pflug <david <at> pflug.io>

Date: Tue, 29 Oct 2024 20:59:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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 74095 in the body.
You can then email your comments to 74095 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#74095; Package guix-patches. (Tue, 29 Oct 2024 20:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to David Pflug <david <at> pflug.io>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 29 Oct 2024 20:59:02 GMT) Full text and rfc822 format available.

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

From: David Pflug <david <at> pflug.io>
To: guix-patches <at> gnu.org
Cc: David Pflug <david <at> pflug.io>
Subject: [PATCH] gnu: fish: Update to 3.7.1.
Date: Tue, 29 Oct 2024 16:58:18 -0400
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#74095; Package guix-patches. (Tue, 29 Oct 2024 23:32:02 GMT) Full text and rfc822 format available.

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

From: Vagrant Cascadian <vagrant <at> debian.org>
To: David Pflug <david <at> pflug.io>
Cc: 74095 <at> debbugs.gnu.org
Subject: Re: [bug#74095] [PATCH] gnu: fish: Update to 3.7.1.
Date: Tue, 29 Oct 2024 16:30:39 -0700
[Message part 1 (text/plain, inline)]
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
[signature.asc (application/pgp-signature, inline)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 26 Dec 2024 21:30:02 GMT) Full text and rfc822 format available.

Notification sent to David Pflug <david <at> pflug.io>:
bug acknowledged by developer. (Thu, 26 Dec 2024 21:30:02 GMT) Full text and rfc822 format available.

Message #13 received at 74095-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Vagrant Cascadian <vagrant <at> debian.org>
Cc: 74095-done <at> debbugs.gnu.org, David Pflug <david <at> pflug.io>
Subject: Re: [bug#74095] [PATCH] gnu: fish: Update to 3.7.1.
Date: Thu, 26 Dec 2024 22:29:17 +0100
Vagrant Cascadian <vagrant <at> debian.org> skribis:

> 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.

I went ahead and applied it.  Thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 24 Jan 2025 12:24:16 GMT) Full text and rfc822 format available.

This bug report was last modified 206 days ago.

Previous Next


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