andreas pushed a commit to branch core-packages-team
in repository guix.
commit 5425460ceea5ef8bfe27d85700b40199cf0435d8
Author: Andy Tai <[email protected]>
AuthorDate: Sun Mar 9 01:52:51 2025 -0800
gnu: which: Update to 2.23.
* gnu/packages/base.scm (which): Update to 2.23.
Change-Id: I23579a3e2c6a74fb08b6258dfffd81724e52148e
Signed-off-by: Zheng Junjie <[email protected]>
---
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 d80731963f..01e301317c 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1631,14 +1631,14 @@ test environments.")
(define-public which
(package
(name "which")
- (version "2.22")
+ (version "2.23")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/which/which-"
version ".tar.gz"))
(sha256
(base32
- "1x9a6hgwr1pi61yjk02nizx04q7f9dq5dxq8hldh4my2ybiwv1cz"))))
+ "0wraiabzjklac53y801cbl8mby8p7wygvlhv6g7f9nf4dwi5iid2"))))
(build-system gnu-build-system)
(home-page "https://gnu.org/software/which/")
(synopsis "Find full path of shell commands")