guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: which: Update to 2.21.


From: Mark H. Weaver
Subject: 01/01: gnu: which: Update to 2.21.
Date: Wed, 10 Jun 2015 21:39:44 +0000

mhw pushed a commit to branch core-updates
in repository guix.

commit 70ca2e94d13e86272f791d816d5d542995a8d424
Author: Mark H Weaver <address@hidden>
Date:   Wed Jun 10 17:39:08 2015 -0400

    gnu: which: Update to 2.21.
    
    * gnu/packages/base.scm (which): Update to 2.21.
---
 gnu/packages/base.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 37ada9c..091e2f5 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -680,14 +680,14 @@ test environments.")
 (define-public which
   (package
     (name "which")
-    (version "2.20")
+    (version "2.21")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/which/which-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1y2p50zadb36izzh2zw4dm5hvdiydqf3qa88l8kav20dcmfbc5yl"))))
+                "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]