mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: nano: Update to 6.2.
* gnu/packages/nano.scm (nano): Update to 6.2.
This commit is contained in:
parent
8c19e6a0f6
commit
f8aa8899e2
1 changed files with 2 additions and 2 deletions
|
@ -31,13 +31,13 @@ (define-module (gnu packages nano)
|
|||
(define-public nano
|
||||
(package
|
||||
(name "nano")
|
||||
(version "6.1")
|
||||
(version "6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0h6v0kvnmdi3xbnsrk7amd1zqca4sxixbw5pclkd3pmz7y4yqmrx"))))
|
||||
(base32 "1cvwlz34p1msgylhbhgfc3c5xdcvfkj5dxwisx5aysmdpq21ijib"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list gettext-minimal ncurses))
|
||||
|
|
Loading…
Reference in a new issue