1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: nnn: Update to 5.2.

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

Change-Id: Iae336be82c1b7c126f2f35658edffc7916834e6b
This commit is contained in:
Artyom V. Poptsov
2026-02-22 20:57:43 +03:00
parent e4e3bcc42b
commit 8b8ea43ea3

View File

@@ -4792,14 +4792,14 @@ system distribution, akin to many similar tools.")
(define-public nnn
(package
(name "nnn")
(version "5.1")
(version "5.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/jarun/nnn/releases/download/v"
version "/nnn-v" version ".tar.gz"))
(sha256
(base32 "0igc119c1cicravlsh0p715rn7fc0cqjxnhplqw0cbm2xv3g32n8"))))
(base32 "035xn433mqx6wzzwdavv40dk09m4k4m41gzwwd25glbl1widscfb"))))
(build-system gnu-build-system)
(inputs
(list ncurses readline))