gnu: nnn: Update to 3.5.

* gnu/packages/admin.scm (nnn): Update to 3.5.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-17 21:20:46 +01:00
parent 19d4693939
commit 6d15ff667f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3375,14 +3375,14 @@ (define-public pfetch
(define-public nnn
(package
(name "nnn")
(version "3.4")
(version "3.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/jarun/nnn/releases/download/v"
version "/nnn-v" version ".tar.gz"))
(sha256
(base32 "189h950m1jjrnhvgcvzk6nj89l58rkxim7bxa0441ssajxpaw0vq"))))
(base32 "1ww18vvfjkvi36rcamw8kpix4bhk71w5bw9kmnh158crah1x8dp6"))))
(build-system gnu-build-system)
(inputs
`(("ncurses" ,ncurses)