mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: nano: Update to 4.9.2.
* gnu/packages/nano.scm (nano): Update to 4.9.2.
This commit is contained in:
parent
68cda767df
commit
c7a2334558
1 changed files with 2 additions and 2 deletions
|
@ -30,13 +30,13 @@ (define-module (gnu packages nano)
|
||||||
(define-public nano
|
(define-public nano
|
||||||
(package
|
(package
|
||||||
(name "nano")
|
(name "nano")
|
||||||
(version "4.9")
|
(version "4.9.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 "19ik88b3g0d9xwav4hkai2h1acmjy5fdnh21gdc1mjq5s4lrff8f"))))
|
(base32 "1xifbn1xaklrrf7knxvqif0hy0wgnas7w0wfggay5kifjkm5x8nq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
|
Loading…
Reference in a new issue