gnu: nano: Update to 7.0.

* gnu/packages/nano.scm (nano): Update to 7.0.
This commit is contained in:
Tobias Geerinckx-Rice 2022-11-13 01:00:00 +01:00
parent ee1241fef6
commit d2b4226709
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -31,13 +31,13 @@ (define-module (gnu packages nano)
(define-public nano (define-public nano
(package (package
(name "nano") (name "nano")
(version "6.4") (version "7.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz")) (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
(sha256 (sha256
(base32 "1h318vrpscfcarmq3s870cn92iyw46w426nyavg9cxwaly6ax6a1")))) (base32 "0j91am8y8dy48dj1nf8p1lhpassgv2py3w414vc8d1rbig1ymmld"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list gettext-minimal ncurses)) (list gettext-minimal ncurses))