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:
parent
8d0a8ca1a9
commit
53a739ae5d
1 changed files with 2 additions and 2 deletions
|
@ -31,13 +31,13 @@
|
||||||
(define-public nano
|
(define-public nano
|
||||||
(package
|
(package
|
||||||
(name "nano")
|
(name "nano")
|
||||||
(version "7.1")
|
(version "7.2")
|
||||||
(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 "0dk8820w631ip6hpl7qc8kg5viw7wc154l7fvpvg06bmkcg7bfjp"))))
|
(base32 "09j5gb44yiv18fvn0iy17jnl9d5lh3gkry4kqv776a5xd0kl9ww6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list gettext-minimal ncurses))
|
(list gettext-minimal ncurses))
|
||||||
|
|
Reference in a new issue