me
/
guix
Archived
1
0
Fork 0

gnu: nano: Update to 6.2.

* gnu/packages/nano.scm (nano): Update to 6.2.
master
Tobias Geerinckx-Rice 2022-02-13 01:00:00 +01:00
parent 8c19e6a0f6
commit f8aa8899e2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -31,13 +31,13 @@
(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))