gnu: less: Update to 487.

* gnu/packages/less.scm (less): Update to 487.
master
Ludovic Courtès 2017-05-02 12:18:36 +02:00
parent 005375f53b
commit ebc4b6e0cf
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
(define-public less
(package
(name "less")
(version "481")
(version "487")
(source
(origin
(method url-fetch)
@ -34,7 +34,7 @@
version ".tar.gz"))
(sha256
(base32
"19fxj0h10y5bhr3a1xa7kqvnwl44db3sdypz8jxl1q79yln8z8rz"))))
"01i7n6jaxwmww3pasy3hg38zc6x7jw0w05mqqvh6caqbrdaq9p7k"))))
(build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses)))
(home-page "https://www.gnu.org/software/less/")