GNU bug report logs - #61904
[PATCH] Update fish to 3.6.0

Previous Next

Package: guix-patches;

Reported by: Adriel Dumas--Jondeau <leirda <at> disroot.org>

Date: Thu, 2 Mar 2023 00:22:02 UTC

Severity: normal

Tags: patch

Done: Winter <winter <at> winter.cafe>

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 61904 in the body.
You can then email your comments to 61904 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#61904; Package guix-patches. (Thu, 02 Mar 2023 00:22:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adriel Dumas--Jondeau <leirda <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 02 Mar 2023 00:22:02 GMT) Full text and rfc822 format available.

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

From: Adriel Dumas--Jondeau <leirda <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: Re: [PATCH] Update fish to 3.6.0
Date: Thu, 02 Mar 2023 01:19:14 +0100
[Message part 1 (text/plain, inline)]
Aye,

I sent the wrong patch (I formatted the latest retrieved commit on
origin instead of my local branch).

Here's the right one, I'm sorry for the noise.

[0001-gnu-Update-fish-to-3.6.0.patch (text/x-patch, inline)]
From 65ffabb46942ed2439a203862ce64867b3bb75d1 Mon Sep 17 00:00:00 2001
Message-Id: <65ffabb46942ed2439a203862ce64867b3bb75d1.1677716351.git.leirda <at> disroot.org>
From: Adriel Dumas--Jondeau <leirda <at> disroot.org>
Date: Wed, 1 Mar 2023 18:11:19 +0100
Subject: [PATCH] gnu: Update fish to 3.6.0

---
 gnu/packages/shells.scm | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 0c8cbf3f4c..f74d2f8ade 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,12 +126,8 @@ (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
-- 
2.39.1

[Message part 3 (text/plain, inline)]
-- 
Adriel
[signature.asc (application/pgp-signature, inline)]

bug closed, send any further explanations to 61904 <at> debbugs.gnu.org and Adriel Dumas--Jondeau <leirda <at> disroot.org> Request was from Winter <winter <at> winter.cafe> to control <at> debbugs.gnu.org. (Thu, 02 Mar 2023 12:59: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:05 GMT) Full text and rfc822 format available.

This bug report was last modified 363 days ago.

Previous Next


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