guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: direnv: Update to 2.11.3.


From: Tobias Geerinckx-Rice
Subject: 08/08: gnu: direnv: Update to 2.11.3.
Date: Tue, 14 Mar 2017 22:45:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 283234a30910b56fcaebae3b9700a5fbd92e21b2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Mar 15 03:30:17 2017 +0100

    gnu: direnv: Update to 2.11.3.
    
    * gnu/packages/shellutils.scm (direnv): Update to 2.11.3.
---
 gnu/packages/shellutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index e69df7d..3ecc1ee 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -94,7 +94,7 @@ are already there.")
 (define-public direnv
   (package
     (name "direnv")
-    (version "2.10.0")
+    (version "2.11.3")
     (source
      (origin (method url-fetch)
              (uri (string-append "https://github.com/direnv/"; name
@@ -102,7 +102,7 @@ are already there.")
              (file-name (string-append name "-" version ".tar.gz"))
              (sha256
               (base32
-               "1h5ywn0glw1kmxs3jwjv9fvnhha942c6k740p5ghvyns05ds9cqf"))))
+               "01mhwzq9ss2qlnn8aahvwsgnspq8hbz0qfknf290aicngwx10d1d"))))
     (build-system gnu-build-system)
     (arguments
      '(#:test-target "test"



reply via email to

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