gnu: nnn: Update to 1.2.
* gnu/packages/admin.scm (nnn): Update to 1.2.
This commit is contained in:
parent
910f1709a8
commit
e9e3a69d36
1 changed files with 2 additions and 2 deletions
|
@ -2168,7 +2168,7 @@ you are running, what theme or icon set you are using, etc.")
|
||||||
(define-public nnn
|
(define-public nnn
|
||||||
(package
|
(package
|
||||||
(name "nnn")
|
(name "nnn")
|
||||||
(version "1.1")
|
(version "1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/jarun/nnn/"
|
(uri (string-append "https://github.com/jarun/nnn/"
|
||||||
|
@ -2176,7 +2176,7 @@ you are running, what theme or icon set you are using, etc.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hww4385f81lyy30fx2rb4wchfi79dpgl7yylnfxvf27a4h2mkhm"))))
|
"08l0wcwwsl5kix9kg3h51s2afzg97y1rjjfi0ijs294kz57g1cfq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("ncurses" ,ncurses)
|
(inputs `(("ncurses" ,ncurses)
|
||||||
("readline" ,readline)))
|
("readline" ,readline)))
|
||||||
|
|
Reference in a new issue