all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: direnv: Update to 2.10.0.
@ 2016-12-11 22:24 Christopher Baines
  2016-12-11 22:59 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Baines @ 2016-12-11 22:24 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/shellutils.scm (direnv): Update to 2.10.0.
---
 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 894ec7804..d83219470 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.9.0")
+    (version "2.10.0")
     (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
-               "04v3v2sz9m6ivgbxcplxscj1dsvpaqpqnxgls4060naj3iz9sg82"))))
+               "1h5ywn0glw1kmxs3jwjv9fvnhha942c6k740p5ghvyns05ds9cqf"))))
     (build-system gnu-build-system)
     (arguments
      '(#:test-target "test"
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: direnv: Update to 2.10.0.
  2016-12-11 22:24 [PATCH] gnu: direnv: Update to 2.10.0 Christopher Baines
@ 2016-12-11 22:59 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2016-12-11 22:59 UTC (permalink / raw)
  To: Christopher Baines; +Cc: guix-devel

On Sun, Dec 11, 2016 at 10:24:44PM +0000, Christopher Baines wrote:
> * gnu/packages/shellutils.scm (direnv): Update to 2.10.0.

Pushed, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-11 22:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-11 22:24 [PATCH] gnu: direnv: Update to 2.10.0 Christopher Baines
2016-12-11 22:59 ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.