Skip to content
Snippets Groups Projects
Unverified Commit e6b2a3eb authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: nano: Update to 5.3.

* gnu/packages/nano.scm (nano): Update to 5.3.
parent 2450ccb4
No related branches found
No related tags found
No related merge requests found
......@@ -30,13 +30,13 @@ (define-module (gnu packages nano)
(define-public nano
(package
(name "nano")
(version "5.2")
(version "5.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
(sha256
(base32 "1qd7pn9g5dgzbfg4fb3nqxqgi2iqq0g6x33x8d1mx6mfw51xmhij"))))
(base32 "0lj3fcfzprmv9raydx8yq25lw81bs6g40rhd0fv9d6idcb7wphf5"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,gettext-minimal)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment