me
/
guix
Archived
1
0
Fork 0

gnu: nano: Update to 5.8.

* gnu/packages/nano.scm (nano): Update to 5.8.
master
Tobias Geerinckx-Rice 2021-06-15 14:30:49 +02:00
parent 2c54668d5a
commit cc1576d54e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -30,13 +30,13 @@
(define-public nano
(package
(name "nano")
(version "5.7")
(version "5.8")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
(sha256
(base32 "1ynarilx0ca0a5h6hl5bf276cymyy8s9wr5l24vyy7f15v683cfl"))))
(base32 "133nhxg4xfxisjzi85rn2l575hdbvcax1s13l4m6wcvq5zdn6fz4"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,gettext-minimal)