GNU bug report logs -
#76883
[PATCH] gnu: which: Update to 2.23.
Previous Next
To reply to this bug, email your comments to 76883 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
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):
* 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
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.