summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-08-22 14:13:35 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-08-22 15:35:32 +0200
commit7323def37d6a1ddcb40d1409da5d6f7cc20c8ab3 (patch)
treef342f461a3835f9d4493b6cc5c5002bfe02d38e4 /gnu
parent23503abbc0615ac0446dc1e5c74cbe2ba96253bb (diff)
downloadguix-7323def37d6a1ddcb40d1409da5d6f7cc20c8ab3.tar.gz
gnu: nnn: Update to 2.6.
* gnu/packages/admin.scm (nnn): Update to 2.6.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/admin.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index a0e0af0549..5dacffe752 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2754,14 +2754,14 @@ you are running, what theme or icon set you are using, etc.")
 (define-public nnn
   (package
     (name "nnn")
-    (version "1.9")
+    (version "2.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/jarun/nnn/releases/download/v"
                            version "/nnn-v" version ".tar.gz"))
        (sha256
-        (base32 "1d6z12y4rlg4dzhpm30irpq2ak8hjh5zykkp2n7vxnz5m4ki89zp"))))
+        (base32 "0xb6crd9vig3xgjwl8m4bmgcs4azfmfdpx3g8pdpzs28jdg7i3rr"))))
     (build-system gnu-build-system)
     (inputs
      `(("ncurses" ,ncurses)