gnu: nnn: Update to 4.1.1.

* gnu/packages/admin.scm (nnn): Update to 4.1.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-05 13:49:43 +02:00
parent ddd871c18a
commit 1e1a274ffd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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