gnu: direnv: Update to 2.10.0.

* gnu/packages/shellutils.scm (direnv): Update to 2.10.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Christopher Baines 2016-12-11 22:24:44 +00:00 committed by Leo Famulari
parent 4a990395d7
commit 23b40c6625
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -94,7 +94,7 @@ (define-public trash-cli
(define-public direnv (define-public direnv
(package (package
(name "direnv") (name "direnv")
(version "2.9.0") (version "2.10.0")
(source (source
(origin (method url-fetch) (origin (method url-fetch)
(uri (string-append "https://github.com/direnv/" name (uri (string-append "https://github.com/direnv/" name
@ -102,7 +102,7 @@ (define-public direnv
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"04v3v2sz9m6ivgbxcplxscj1dsvpaqpqnxgls4060naj3iz9sg82")))) "1h5ywn0glw1kmxs3jwjv9fvnhha942c6k740p5ghvyns05ds9cqf"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:test-target "test" '(#:test-target "test"