gnu: direnv: Update to 2.11.3.
* gnu/packages/shellutils.scm (direnv): Update to 2.11.3.
This commit is contained in:
parent
68c10f31f9
commit
283234a309
|
@ -94,7 +94,7 @@ are already there.")
|
||||||
(define-public direnv
|
(define-public direnv
|
||||||
(package
|
(package
|
||||||
(name "direnv")
|
(name "direnv")
|
||||||
(version "2.10.0")
|
(version "2.11.3")
|
||||||
(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 @@ are already there.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h5ywn0glw1kmxs3jwjv9fvnhha942c6k740p5ghvyns05ds9cqf"))))
|
"01mhwzq9ss2qlnn8aahvwsgnspq8hbz0qfknf290aicngwx10d1d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:test-target "test"
|
'(#:test-target "test"
|
||||||
|
|
Loading…
Reference in New Issue