me
/
guix
Archived
1
0
Fork 0

gnu: nano: Update to 4.9.2.

* gnu/packages/nano.scm (nano): Update to 4.9.2.
master
Efraim Flashner 2020-04-09 22:37:12 +03:00
parent 68cda767df
commit c7a2334558
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -30,13 +30,13 @@
(define-public nano
(package
(name "nano")
(version "4.9")
(version "4.9.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
(sha256
(base32 "19ik88b3g0d9xwav4hkai2h1acmjy5fdnh21gdc1mjq5s4lrff8f"))))
(base32 "1xifbn1xaklrrf7knxvqif0hy0wgnas7w0wfggay5kifjkm5x8nq"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,gettext-minimal)