diff options
| -rw-r--r-- | gnu/packages/shellutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm index e69df7d832f..3ecc1ee8ba3 100644 --- a/gnu/packages/shellutils.scm +++ b/gnu/packages/shellutils.scm | |||
| @@ -94,7 +94,7 @@ are already there.") | |||
| 94 | (define-public direnv | 94 | (define-public direnv |
| 95 | (package | 95 | (package |
| 96 | (name "direnv") | 96 | (name "direnv") |
| 97 | (version "2.10.0") | 97 | (version "2.11.3") |
| 98 | (source | 98 | (source |
| 99 | (origin (method url-fetch) | 99 | (origin (method url-fetch) |
| 100 | (uri (string-append "https://github.com/direnv/" name | 100 | (uri (string-append "https://github.com/direnv/" name |
| @@ -102,7 +102,7 @@ are already there.") | |||
| 102 | (file-name (string-append name "-" version ".tar.gz")) | 102 | (file-name (string-append name "-" version ".tar.gz")) |
| 103 | (sha256 | 103 | (sha256 |
| 104 | (base32 | 104 | (base32 |
| 105 | "1h5ywn0glw1kmxs3jwjv9fvnhha942c6k740p5ghvyns05ds9cqf")))) | 105 | "01mhwzq9ss2qlnn8aahvwsgnspq8hbz0qfknf290aicngwx10d1d")))) |
| 106 | (build-system gnu-build-system) | 106 | (build-system gnu-build-system) |
| 107 | (arguments | 107 | (arguments |
| 108 | '(#:test-target "test" | 108 | '(#:test-target "test" |
