gnu: nnn: Update to 1.3.

* gnu/packages/admin.scm (nnn): Update to 1.3.
This commit is contained in:
Tobias Geerinckx-Rice 2017-07-27 00:12:29 +02:00
parent efcacc17c7
commit 56ab0f0c6d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2184,7 +2184,7 @@ (define-public neofetch
(define-public nnn
(package
(name "nnn")
(version "1.2")
(version "1.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/jarun/nnn/"
@ -2192,7 +2192,7 @@ (define-public nnn
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"08l0wcwwsl5kix9kg3h51s2afzg97y1rjjfi0ijs294kz57g1cfq"))))
"0sivgcmg3hihz15v2wgbxnd0icn06pyvvqdqh8x0mwkhvm434fpb"))))
(build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses)
("readline" ,readline)))