diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-18 22:33:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-18 23:54:55 +0200 |
commit | 108c2257dc8e7b5f026425a2465de41451c54606 (patch) | |
tree | 701e5a85eeef270b3d1b83722aa072b331c38ec8 /gnu | |
parent | db2afe00559b4e18a20ff5c00739aefd7d306786 (diff) | |
download | guix-108c2257dc8e7b5f026425a2465de41451c54606.tar.gz |
gnu: nnn: Update to 3.4.
* gnu/packages/admin.scm (nnn): Update to 3.4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index e99e103936..187394b8df 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3374,14 +3374,14 @@ information tool.") (define-public nnn (package (name "nnn") - (version "3.3") + (version "3.4") (source (origin (method url-fetch) (uri (string-append "https://github.com/jarun/nnn/releases/download/v" version "/nnn-v" version ".tar.gz")) (sha256 - (base32 "1jiaygylwrlz6rlls1q69xw10j6ypr96yshsbzisg0adk37lbchn")))) + (base32 "189h950m1jjrnhvgcvzk6nj89l58rkxim7bxa0441ssajxpaw0vq")))) (build-system gnu-build-system) (inputs `(("ncurses" ,ncurses) |