andreas pushed a commit to branch core-packages-team
in repository guix.
commit fb5b167b5aa01a4fc7bb29cf424a87856c398e19
Author: Andy Tai <[email protected]>
AuthorDate: Wed Feb 5 22:34:22 2025 -0800
gnu: which: Update to 2.22.
* gnu/packages/base.scm (which): Update to 2.22.
Change-Id: I43af21a0f49f799dc8754e9be7c8e02a8b1de56d
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 f3def2d96d..429cdaf9ec 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1644,14 +1644,14 @@ test environments.")
(define-public which
(package
(name "which")
- (version "2.21")
+ (version "2.22")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/which/which-"
version ".tar.gz"))
(sha256
(base32
- "1bgafvy3ypbhhfznwjv1lxmd6mci3x1byilnnkc7gcr486wlb8pl"))))
+ "1x9a6hgwr1pi61yjk02nizx04q7f9dq5dxq8hldh4my2ybiwv1cz"))))
(build-system gnu-build-system)
(home-page "https://gnu.org/software/which/")
(synopsis "Find full path of shell commands")