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

gnu: nano: Update to 7.2.

* gnu/packages/nano.scm (nano): Update to 7.2.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Vasile Dumitrascu via Guix-patches via 2023-02-26 12:59:51 +01:00 committed by Tobias Geerinckx-Rice
parent 8d0a8ca1a9
commit 53a739ae5d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -31,13 +31,13 @@
(define-public nano
(package
(name "nano")
(version "7.1")
(version "7.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
(sha256
(base32 "0dk8820w631ip6hpl7qc8kg5viw7wc154l7fvpvg06bmkcg7bfjp"))))
(base32 "09j5gb44yiv18fvn0iy17jnl9d5lh3gkry4kqv776a5xd0kl9ww6"))))
(build-system gnu-build-system)
(inputs
(list gettext-minimal ncurses))