gnu: nano: Update to 2.7.5.
* gnu/packages/nano.scm (nano): Update to 2.7.5. [description]: Updated with help from 'guix lint'.
This commit is contained in:
parent
47ddf3e5f0
commit
1a10cefc91
|
@ -1,6 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
|
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
|
||||||
;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2015, 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org>
|
;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
(define-public nano
|
(define-public nano
|
||||||
(package
|
(package
|
||||||
(name "nano")
|
(name "nano")
|
||||||
(version "2.7.4")
|
(version "2.7.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"135wzlv77p9za8679j2jpfkpvainvyagrhkdxngp71ynabgc5zr3"))))
|
"01yrh66rph0vn9q9r2d2jji5yzaakxrj75j9fsm0g41m8qpy4sr2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
@ -45,7 +45,8 @@
|
||||||
(home-page "https://www.nano-editor.org/")
|
(home-page "https://www.nano-editor.org/")
|
||||||
(synopsis "Small, user-friendly console text editor")
|
(synopsis "Small, user-friendly console text editor")
|
||||||
(description
|
(description
|
||||||
"GNU Nano is a small and simple text editor. In addition to basic
|
"GNU nano is a small and simple text editor for use in a terminal. Besides
|
||||||
editing, it supports interactive search and replace, go to line and column
|
basic editing, it supports: undo/redo, syntax highlighting, spell checking,
|
||||||
number, auto-indentation and more.")
|
justifying, auto-indentation, bracket matching, interactive search-and-replace
|
||||||
|
(with regular expressions), and the editing of multiple files.")
|
||||||
(license gpl3+))) ; some files are under GPLv2+
|
(license gpl3+))) ; some files are under GPLv2+
|
||||||
|
|
Loading…
Reference in New Issue