gnu: nano: Update to 2.3.2.

* gnu/packages/nano.scm (nano): Update to 2.3.2.
master
Ludovic Courtès 2013-04-25 23:18:20 +02:00
parent 6c211361fe
commit acfc0df5ce
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
(define-public nano
(package
(name "nano")
(version "2.2.6")
(version "2.3.2")
(source
(origin
(method url-fetch)
@ -36,7 +36,7 @@
version ".tar.gz"))
(sha256
(base32
"0yp6pid67k8h7394spzw0067fl2r7rxm2b6kfccg87g8nlry2s5y"))))
"1s3b21h5p7r8xafw0gahswj16ai6k2vnjhmd15b491hl0x494c7z"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,guix:gettext)