mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: nnn: Update to 4.1.1.
* gnu/packages/admin.scm (nnn): Update to 4.1.1.
This commit is contained in:
parent
ddd871c18a
commit
1e1a274ffd
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue