guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

226/326: gnu: which: Update to 2.22.


From: guix-commits
Subject: 226/326: gnu: which: Update to 2.22.
Date: Thu, 12 Jun 2025 05:14:02 -0400 (EDT)

guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

commit 2100c3b8984545640bed35d44870d8d0634c1fcf
Author: Andy Tai <atai@atai.org>
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 <z572@z572.online>
---
 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 822a0b79f8..8a9c4e14fe 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]