GNU bug report logs - #76883
[PATCH] gnu: which: Update to 2.23.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Sun, 9 Mar 2025 09:54:01 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

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 76883 in the body.
You can then email your comments to 76883 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 andreas <at> enge.fr, janneke <at> gnu.org, ludo <at> gnu.org, z572 <at> z572.online, guix-patches <at> gnu.org:
bug#76883; Package guix-patches. (Sun, 09 Mar 2025 09:54:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to andreas <at> enge.fr, janneke <at> gnu.org, ludo <at> gnu.org, z572 <at> z572.online, guix-patches <at> gnu.org. (Sun, 09 Mar 2025 09:54:01 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: which: Update to 2.23.
Date: Sun,  9 Mar 2025 01:52:51 -0800
* gnu/packages/base.scm (which): Update to 2.23.

Change-Id: I23579a3e2c6a74fb08b6258dfffd81724e52148e
---
 gnu/packages/base.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 4c96ffa1a46..773142e6580 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1645,14 +1645,14 @@ (define-public glibc-utf8-locales-2.29
 (define-public which
   (package
     (name "which")
-    (version "2.21")
+    (version "2.23")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/which/which-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1bgafvy3ypbhhfznwjv1lxmd6mci3x1byilnnkc7gcr486wlb8pl"))))
+                "0wraiabzjklac53y801cbl8mby8p7wygvlhv6g7f9nf4dwi5iid2"))))
     (build-system gnu-build-system)
     (home-page "https://gnu.org/software/which/")
     (synopsis "Find full path of shell commands")

base-commit: 4538aa4acd199db7d7df1deb5e47b2ff6edb50f9
-- 
2.48.1





Reply sent to Z572 <z572 <at> z572.online>:
You have taken responsibility. (Tue, 11 Mar 2025 16:07:03 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Tue, 11 Mar 2025 16:07:03 GMT) Full text and rfc822 format available.

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

From: Z572 <z572 <at> z572.online>
To: Andy Tai <atai <at> atai.org>
Cc: Andreas Enge <andreas <at> enge.fr>, Janneke Nieuwenhuizen <janneke <at> gnu.org>,
 Ludovic Courtès <ludo <at> gnu.org>, 76883-done <at> debbugs.gnu.org
Subject: Re: [bug#76883] [PATCH] gnu: which: Update to 2.23.
Date: Wed, 12 Mar 2025 00:05:52 +0800
[Message part 1 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/base.scm (which): Update to 2.23.
>
> Change-Id: I23579a3e2c6a74fb08b6258dfffd81724e52148e
> ---
>  gnu/packages/base.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
> index 4c96ffa1a46..773142e6580 100644
> --- a/gnu/packages/base.scm
> +++ b/gnu/packages/base.scm
> @@ -1645,14 +1645,14 @@ (define-public glibc-utf8-locales-2.29
>  (define-public which
>    (package
>      (name "which")
> -    (version "2.21")
> +    (version "2.23")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "mirror://gnu/which/which-"
>                                    version ".tar.gz"))
>                (sha256
>                 (base32
> -                "1bgafvy3ypbhhfznwjv1lxmd6mci3x1byilnnkc7gcr486wlb8pl"))))
> +                "0wraiabzjklac53y801cbl8mby8p7wygvlhv6g7f9nf4dwi5iid2"))))
>      (build-system gnu-build-system)
>      (home-page "https://gnu.org/software/which/")
>      (synopsis "Find full path of shell commands")
>
> base-commit: 4538aa4acd199db7d7df1deb5e47b2ff6edb50f9
pushed, closing.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#76883; Package guix-patches. (Fri, 14 Mar 2025 11:08:02 GMT) Full text and rfc822 format available.

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

From: Janneke Nieuwenhuizen <janneke <at> gnu.org>
To: Z572 <z572 <at> z572.online>
Cc: Andreas Enge <andreas <at> enge.fr>, 76883-done <at> debbugs.gnu.org,
 Ludovic Courtès <ludo <at> gnu.org>, Andy Tai <atai <at> atai.org>
Subject: Re: [bug#76883] [PATCH] gnu: which: Update to 2.23.
Date: Fri, 14 Mar 2025 12:07:01 +0100
Z572 writes:

> Andy Tai <atai <at> atai.org> writes:
>
>> * gnu/packages/base.scm (which): Update to 2.23.
>>
>> Change-Id: I23579a3e2c6a74fb08b6258dfffd81724e52148e

[..]
> pushed, closing.

I have reverted this patch on core-packages-team with this remark

    Let's not update which at this time.  Version 2.22 has adds improved support
    for Microsoft Windows and breaks the Hurd, and version 2.23 has a fix for
    that.

Greetings,
Janneke

-- 
Janneke Nieuwenhuizen <janneke <at> gnu.org>  | GNU LilyPond https://LilyPond.org
Freelance IT https://www.JoyOfSource.com | Avatar® https://AvatarAcademy.com




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

This bug report was last modified 70 days ago.

Previous Next


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