gnu: nano: Update to 5.9.

* gnu/packages/nano.scm (nano): Update to 5.9.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-06 19:15:42 +02:00
parent b1e2ca57ae
commit e62425aacf
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -30,13 +30,13 @@
(define-public nano
(package
(name "nano")
(version "5.8")
(version "5.9")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
(sha256
(base32 "133nhxg4xfxisjzi85rn2l575hdbvcax1s13l4m6wcvq5zdn6fz4"))))
(base32 "0ds9qas1zxvvx8qbpjmh4yk4gdg3cgs3ly27krcp6a5vlk6vhzbm"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,gettext-minimal)