me
/
guix
Archived
1
0
Fork 0

gnu: nnn: Update to 4.4.

* gnu/packages/admin.scm (nnn): Update to 4.4.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Nikolay Korotkiy 2021-12-10 02:29:03 +03:00 committed by Nicolas Goaziou
parent 603d51829f
commit 2fa1bcd971
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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