gnu: nnn: Update to 3.6.

* gnu/packages/admin.scm (nnn): Update to 3.6.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-27 16:33:49 +01:00
parent 61746650b2
commit da431695b5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3501,14 +3501,14 @@ (define-public pfetch
(define-public nnn
(package
(name "nnn")
(version "3.5")
(version "3.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 "1ww18vvfjkvi36rcamw8kpix4bhk71w5bw9kmnh158crah1x8dp6"))))
(base32 "1dbq16cdipij5ws59ab3alfmxli7n4wx28ip7gsyq8ncxg598l47"))))
(build-system gnu-build-system)
(inputs
`(("ncurses" ,ncurses)