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

gnu: nano: Update to 8.3.

* gnu/packages/text-editors.scm (nano): Update to 8.3.

Change-Id: Ibb99371b943db8d19437306de226d222ba26b6a0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Spencer King
2024-12-24 23:47:18 +00:00
committed by Ludovic Courtès
parent 382a8feae0
commit 4050a9b23a

View File

@@ -789,13 +789,13 @@ OpenBSD team.")
(define-public nano
(package
(name "nano")
(version "8.2")
(version "8.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
(sha256
(base32 "1szzdw3xglhsmpy871ri0xsfvislbr9wcm0w0l1sxb1ghvfhgbfm"))))
(base32 "07hiixvs6g2ahm6n140kz96difsv3dm6h8wkfh7ykxr85rxp26sm"))))
(build-system gnu-build-system)
(inputs
(list gettext-minimal ncurses))