3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: nano: Update to 5.6.

* gnu/packages/nano.scm (nano): Update to 5.6.
This commit is contained in:
Tobias Geerinckx-Rice 2021-02-24 16:17:58 +01:00
parent a4cc03a80f
commit 376329526b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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