mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: nnn: Update to 4.7.
* gnu/packages/admin.scm (nnn): Update to 4.7.
This commit is contained in:
parent
bd268c21e5
commit
2202fc9003
1 changed files with 2 additions and 2 deletions
|
@ -4084,14 +4084,14 @@ (define-public pfetch
|
|||
(define-public nnn
|
||||
(package
|
||||
(name "nnn")
|
||||
(version "4.6")
|
||||
(version "4.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/jarun/nnn/releases/download/v"
|
||||
version "/nnn-v" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0gvyvynw957yirvc1aj65flzni7niaj5bvyk82ka5dfgi2dazb0m"))))
|
||||
(base32 "0dbm54m3iv8hzar38dsfxh77z4mlpjj649ga82s0wwms4vlrm5pg"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list ncurses readline))
|
||||
|
|
Loading…
Reference in a new issue