gnu: nnn: Update to 4.4.
* gnu/packages/admin.scm (nnn): Update to 4.4. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
603d51829f
commit
2fa1bcd971
|
@ -3788,14 +3788,14 @@ information tool.")
|
||||||
(define-public nnn
|
(define-public nnn
|
||||||
(package
|
(package
|
||||||
(name "nnn")
|
(name "nnn")
|
||||||
(version "4.1.1")
|
(version "4.4")
|
||||||
(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 "1fnf35s3b2nfp18s712n5vhg6idx4rfgwdfv74nc2933v9l2dq7h"))))
|
(base32 "0lqn7pyy8c1vy29vn8ad4x23cw67cy1d21ghns6f3w9a1h7kyjp0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ncurses" ,ncurses)
|
`(("ncurses" ,ncurses)
|
||||||
|
|
Reference in New Issue