gnu: nano: Upgrade to 2.3.4.

* gnu/packages/nano.scm (nano): Upgrade to 2.3.4.
This commit is contained in:
Ludovic Courtès 2014-06-25 11:29:03 +02:00
parent 0179cd7ed2
commit 7f27b32f31
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
(define-public nano (define-public nano
(package (package
(name "nano") (name "nano")
(version "2.3.2") (version "2.3.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -35,7 +35,7 @@
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1s3b21h5p7r8xafw0gahswj16ai6k2vnjhmd15b491hl0x494c7z")))) "1hcqv5yam4pkqx1sviigikzvd7n1pz6lwp7lzpdzagck9fgi4x0p"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gnu-gettext)