gnu: nnn: Update to 2.6.

* gnu/packages/admin.scm (nnn): Update to 2.6.
This commit is contained in:
Tobias Geerinckx-Rice 2019-08-22 14:13:35 +02:00
parent 23503abbc0
commit 7323def37d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2754,14 +2754,14 @@ (define-public neofetch
(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)