gnu: nnn: Update to 4.0.

* gnu/packages/admin.scm (nnn): Update to 4.0.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-23 23:06:22 +02:00
parent 799cc194f2
commit f8a564446a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3595,14 +3595,14 @@ (define-public pfetch
(define-public nnn
(package
(name "nnn")
(version "3.6")
(version "4.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/jarun/nnn/releases/download/v"
version "/nnn-v" version ".tar.gz"))
(sha256
(base32 "1dbq16cdipij5ws59ab3alfmxli7n4wx28ip7gsyq8ncxg598l47"))))
(base32 "0m07nh1cdfikn4bkpni29j61hr9jdwbl0n5fmlm53l1xmn7yq6d2"))))
(build-system gnu-build-system)
(inputs
`(("ncurses" ,ncurses)