gnu: nano: Update to 2.7.2.

* gnu/packages/nano.scm (nano): Update to 2.7.2.
master
Tobias Geerinckx-Rice 2016-12-13 04:30:04 +01:00
parent 68a9d6df5e
commit 2f79bbfc01
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
(define-public nano (define-public nano
(package (package
(name "nano") (name "nano")
(version "2.7.1") (version "2.7.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -37,7 +37,7 @@
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"06715a39hmp2dl0qz0979cyv8brpb91z5hn94q224ymbsc876m41")))) "0g1mf28gjfjqqca5plgfcrnwywlrd91v7q8ld8kvfvqccgflbk49"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)