mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: nano: Update to 7.0.
* gnu/packages/nano.scm (nano): Update to 7.0.
This commit is contained in:
parent
ee1241fef6
commit
d2b4226709
1 changed files with 2 additions and 2 deletions
|
@ -31,13 +31,13 @@ (define-module (gnu packages nano)
|
||||||
(define-public nano
|
(define-public nano
|
||||||
(package
|
(package
|
||||||
(name "nano")
|
(name "nano")
|
||||||
(version "6.4")
|
(version "7.0")
|
||||||
(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 "1h318vrpscfcarmq3s870cn92iyw46w426nyavg9cxwaly6ax6a1"))))
|
(base32 "0j91am8y8dy48dj1nf8p1lhpassgv2py3w414vc8d1rbig1ymmld"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list gettext-minimal ncurses))
|
(list gettext-minimal ncurses))
|
||||||
|
|
Loading…
Reference in a new issue