janneke pushed a commit to branch core-packages-team
in repository guix.
commit c236a961b2309d456e8cdbab5043923b1283074b
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Fri Mar 14 11:52:29 2025 +0100
Revert "gnu: which: Update to 2.22."
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 9005f620fe5e35e5e10984c798ebfb0baf16aa94.
---
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..5be451eb80 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.21")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/which/which-"
version ".tar.gz"))
(sha256
(base32
- "1x9a6hgwr1pi61yjk02nizx04q7f9dq5dxq8hldh4my2ybiwv1cz"))))
+ "1bgafvy3ypbhhfznwjv1lxmd6mci3x1byilnnkc7gcr486wlb8pl"))))
(build-system gnu-build-system)
(home-page "https://gnu.org/software/which/")
(synopsis "Find full path of shell commands")