guix-commits
[Top][All Lists]
Advanced

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

287/300: Revert "gnu: which: Update to 2.22."


From: guix-commits
Subject: 287/300: Revert "gnu: which: Update to 2.22."
Date: Wed, 26 Mar 2025 18:38:25 -0400 (EDT)

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

commit 8c33798a54945541aa1d6494113547a0d465d34a
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
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")



reply via email to

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