janneke pushed a commit to branch core-packages-team
in repository guix.
commit ad761d2d96bae2a8b8fbad9289a97ed2ffe2538a
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Fri Mar 14 11:16:13 2025 +0100
Revert "gnu: which: Update to 2.23."
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.
This reverts commit 35382e1cbe6d575a62be2c2d6fa158497126e36e.
---
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 01e301317c..d80731963f 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.23")
+ (version "2.22")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/which/which-"
version ".tar.gz"))
(sha256
(base32
- "0wraiabzjklac53y801cbl8mby8p7wygvlhv6g7f9nf4dwi5iid2"))))
+ "1x9a6hgwr1pi61yjk02nizx04q7f9dq5dxq8hldh4my2ybiwv1cz"))))
(build-system gnu-build-system)
(home-page "https://gnu.org/software/which/")
(synopsis "Find full path of shell commands")